DisbursementHandler
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4946…c121
Balances ($0.00)
No balances found for "DisbursementHandler"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6052459 | 6 years ago | | | 0 | 0.0035049000 |
ABI
ABI objects
Getter at block 21176689
owner() view returns (address)
0x3ce3b6d9372a4d761172a89cf0139129309fa0ae
token() view returns (address)
0x4946fcea7c692606e8908002e55a582af44ac121
totalAmount() view returns (uint256)
700000000000000000000000000
Read-only
disbursements(address, uint256) view returns (uint256 timestamp, uint256 value)
State-modifying
Events renounceOwnership()
setupDisbursement(address _beneficiary, uint256 _value, uint256 _timestamp)
transferOwnership(address _newOwner)
withdraw(address _beneficiary, uint256 _index)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Setup(address indexed _beneficiary, uint256 _timestamp, uint256 _value)
TokensWithdrawn(address indexed _to, uint256 _value)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.