TreasurerWallet
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WOSP2023 | ERC-20 | 31 | -- | -- | |
0x8121…0211 | ERC-1555 | 1 | -- | -- | |
0x8121…0211 | ERC-1555 | 1 | -- | -- | |
0x8121…0211 | ERC-1555 | 1 | -- | -- | |
0x8121…0211 | ERC-1555 | 1 | -- | -- | |
0x8121…0211 | ERC-1555 | 1 | -- | -- | |
0x8121…0211 | ERC-1555 | 1 | -- | -- | |
0x8121…0211 | ERC-1555 | 1 | -- | -- | |
0x8121…0211 | ERC-1555 | 1 | -- | -- | |
0x8121…0211 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16447469 | 2 years ago | | | 0 | 0.00050106000 | |
| 16319097 | 2 years ago | | | 0 | 0.00058994506 |
ABI
ABI objects
Getter at block 21321164
controller() view returns (address)
0xd2ae60e2516bee8fd110a4ca11608ce19c36c1fd
isLocked() view returns (bool)
false
owner() view returns (address)
0x01699b85936319190cbe11bd73fa664e7b39ca6d
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events migrateERC1155(address[] tokens, uint256[] identifiers, uint256[] amounts, address wallet)
migrateERC721(address[] tokens, uint256[] identifiers, address wallet)
onERC1155BatchReceived(address, address, uint256[] identifiers, uint256[] amounts, bytes) returns (bytes4)
onERC1155Received(address, address, uint256 identifier, uint256 amount, bytes) returns (bytes4)
onERC721Received(address, address, uint256 identifier, bytes) returns (bytes4)
renounceOwnership()
setController(address newController)
startMigration()
transferOwnership(address newOwner)
withdrawERC1155(address token, uint256 identifier, uint256 amount, address beneficiary)
withdrawERC1155Batch(address token, uint256[] identifiers, uint256[] amounts, address beneficiary)
withdrawERC721(address token, uint256 identifier, address beneficiary)
ControllerChanged(address indexed controller)
ERC1155BatchReceived(address indexed token, uint256[] indexed identifiers, uint256[] indexed amounts)
ERC1155BatchWithdrawal(address indexed token, uint256[] indexed identifiers, uint256[] indexed amounts, address beneficiary)
ERC1155Received(address indexed token, uint256 indexed identifier, uint256 indexed amount)
ERC1155Withdrawal(address indexed token, uint256 indexed identifier, uint256 indexed amount, address beneficiary)
ERC721Received(address indexed token, uint256 indexed identifier)
ERC721Withdrawal(address indexed token, uint256 indexed identifier, address indexed beneficiary)
MigrationStarted()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.