BatchedPhasedEscrow
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x85ee…afec
Balances ($0.00)
No balances found for "BatchedPhasedEscrow"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11503321 | 4 years ago | | | 0 | 0.0019719942 | |
| 11503319 | 4 years ago | | | 0 | 0.0018389400 | |
| 11503306 | 4 years ago | | | 0 | 0.0028889137 | |
| 11503297 | 4 years ago | | | 0 | 0.0028443316 | |
| 11503279 | 4 years ago | | | 0 | 0.0024074280 | |
| 11503267 | 4 years ago | | | 0 | 0.0024520101 |
ABI
ABI objects
Getter at block 21229952
drawee() view returns (address)
0x9f6e831c8f8939dc0c830c6e492e7cef4f9c2f5f
isOwner() view returns (bool)
false
owner() view returns (address)
0x9f6e831c8f8939dc0c830c6e492e7cef4f9c2f5f
token() view returns (address)
0x85eee30c52b0b379b046fb0f85f4f3dc3009afec
Read-only
isBeneficiaryApproved(address _beneficiary) view returns (bool)
State-modifying
Events approveBeneficiary(address _beneficiary)
batchedWithdraw(address[] beneficiaries, uint256[] amounts)
receiveApproval(address _from, uint256 _value, address _token, bytes)
renounceOwnership()
setDrawee(address newDrawee)
transferOwnership(address newOwner)
BeneficiaryApproved(address beneficiary)
DraweeRoleTransferred(address oldDrawee, address newDrawee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensWithdrawn(address beneficiary, uint256 amount)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.