TreasurerController
Verified contract
Active on
Ethereum with 151 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TreasurerController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21092691 | a month ago | | | 0 | 0.0015521259 | |
| 19455143 | 8 months ago | | | 0 | 0.0057845253 | |
| 19111905 | 10 months ago | | | 0 | 0.0029231047 | |
| 17966145 | a year ago | | | 0 | 0.0036890428 | |
| 17488197 | a year ago | | | 0 | 0.0034931512 | |
| 17453131 | a year ago | | | 0 | 0.0049020247 | |
| 17453080 | a year ago | | | 0 | 0.0052258160 | |
| 17453049 | a year ago | | | 0 | 0.0031921769 | |
| 17453041 | a year ago | | | 0 | 0.0031336007 | |
| 17453026 | a year ago | | | 0 | 0.0030791888 |
ABI
ABI objects
Getter at block 21312895
owner() view returns (address)
0x01699b85936319190cbe11bd73fa664e7b39ca6d
paused() view returns (bool)
false
signer() view returns (address)
0x30841ef8bf7c82b95f8b139e888a82fdecb003c7
Read-only
isSigner(address account) view returns (bool)
wasSignatureUsed(bytes signature) view returns (bool)
State-modifying
Events pauseSignatures()
renounceOwnership()
transferOwnership(address newOwner)
unpauseSignatures()
withdrawERC1155(address token, uint256 identifier, uint256 amount, address beneficiary, uint256 timestamp, bytes signature)
withdrawERC1155Batch(address token, uint256[] identifiers, uint256[] amounts, address beneficiary, uint256 timestamp, bytes signature)
withdrawERC721(address token, uint256 identifier, address beneficiary, uint256 timestamp, bytes signature)
withdrawMixedBatch(address[] tokens, uint256[] identifiers, uint256[] amounts, uint16[] standards, address beneficiary, uint256 timestamp, bytes signature)
ERC1155BatchWithdrawal(address indexed token, uint256[] indexed Identifiers, address indexed beneficiary, bytes signature)
ERC115Withdrawal(address indexed token, uint256 Identifier, uint256 indexed amount, address indexed beneficiary, bytes signature)
ERC721Withdrawal(address indexed token, uint256 Identifier, address indexed beneficiary, bytes signature)
MixedBatchWithdrawalMixedBatch(address[] indexed tokens, uint256[] indexed identifiers, uint16[] indexed standards, address beneficiary, bytes signature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address wallet, address signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.