Skip to content

Instantly share code, notes, and snippets.

@rstormsf
Created October 11, 2019 10:17
Show Gist options
  • Save rstormsf/881a0c437245efed4729e31d3b9d8da8 to your computer and use it in GitHub Desktop.
Save rstormsf/881a0c437245efed4729e31d3b9d8da8 to your computer and use it in GitHub Desktop.
[
{
"constant": true,
"inputs": [],
"name": "EIP712_DOMAIN_TYPEHASH",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "total",
"type": "uint256"
},
{
"indexed": false,
"name": "tokenAddress",
"type": "address"
}
],
"name": "Multisended",
"type": "event"
},
{
"constant": true,
"inputs": [],
"name": "fee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_customer",
"type": "address"
}
],
"name": "currentFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_token",
"type": "address"
},
{
"name": "_contributors",
"type": "address[]"
},
{
"name": "_balances",
"type": "uint256[]"
},
{
"name": "_total",
"type": "uint256"
},
{
"name": "_referral",
"type": "address"
}
],
"name": "multisendToken",
"outputs": [],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_token",
"type": "address"
},
{
"name": "_contributors",
"type": "address[]"
},
{
"name": "_balances",
"type": "uint256[]"
},
{
"name": "_total",
"type": "uint256"
},
{
"name": "_referral",
"type": "address"
}
],
"name": "multisendTokenForBurners",
"outputs": [],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contributors",
"type": "address[]"
},
{
"name": "_balances",
"type": "uint256[]"
}
],
"name": "multisendEther",
"outputs": [],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_tier",
"type": "uint256"
}
],
"name": "buyVip",
"outputs": [],
"payable": true,
"stateMutability": "payable",
"type": "function"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment