SwapERC1155UAE
Verified contract
Active on
Ethereum with 13,508 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 |
---|---|---|---|---|---|
0x5a8e…acae | ERC-1555 | 369 | -- | -- | |
0x576b…de46 | ERC-1555 | 173 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20144368 | 5 months ago | | | 0 | 0.0027175409 | |
| 20144368 | 5 months ago | | | 0 | 0.0027691904 | |
| 20144367 | 5 months ago | | | 0 | 0.0027030043 | |
| 20144367 | 5 months ago | | | 0 | 0.0020721047 | |
| 20144367 | 5 months ago | | | 0 | 0.0029355821 | |
| 20144367 | 5 months ago | | | 0 | 0.0032781202 | |
| 20144367 | 5 months ago | | | 0 | 0.0032781202 | |
| 20144367 | 5 months ago | | | 0 | 0.0019366255 | |
| 20144367 | 5 months ago | | | 0 | 0.0023679498 | |
| 20144367 | 5 months ago | | | 0 | 0.0020291436 |
ABI
ABI objects
Getter at block 21158606
batchReceptionAllowed() view returns (bool)
true
owner() view returns (address)
0x62d6df500a243840c07df1c016c062d3ec9d5a22
paused() view returns (bool)
true
releaseTime() view returns (uint256)
1638457200
unlimitedReceptionAllowed() view returns (bool)
true
Read-only
checkBeforeClaimToken(address recipient_, address tokenAddress_, uint256 tokenId_) view returns (bool)
checkBeforeClaimTokenBatch(address recipient_, address[] tokenAddresses_, uint256[] tokenIds_) view returns (bool[])
isWhiteListedToken(address tokenAddress_) view returns (bool)
isWhiteListedTokenBatch(address[] tokenAddresses_) view returns (bool[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenBalance(address tokenAddress_, uint256 tokenId_) view returns (uint256 balance)
tokenBalanceBatch(address[] tokenAddresses_, uint256[] tokenIds_) view returns (uint256[] batchBalances)
State-modifying
Events addToTokenWhitelist(address tokenAddress_)
claimToken(address tokenAddress_, uint256 tokenId_, bytes data_)
claimTokenBatch(address[] tokenAddresses_, uint256[] tokenIds_, bytes data_)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
pause()
removeFromTokenWhitelist(address tokenAddress_)
renounceOwnership()
transferOwnership(address newOwner)
unpause()
updateBatchReception(bool batchReception_)
updateUnlimitedReception(bool unlimitedReception_)
withdrawToken(address tokenAddress_, uint256 tokenId_, uint256 amount_, bytes data_)
AddToTokenWhitelist(address tokenAddress)
BatchReceptionUpdated(bool batchReception)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemoveFromTokenWhitelist(address tokenAddress)
TokenReceived(address indexed account, address tokenAddress, uint256 tokenId, uint256 amount)
TokenWithdrawn(address indexed account, address tokenAddress, uint256 tokenId, uint256 amount)
UnlimitedReceptionUpdated(bool unlimitedReception)
Unpaused(address account)
constructor(uint256 releaseTime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.