SixthReseau: Mystery Box
Verified contract
Active on
Ethereum with 427 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 "SixthReseau: Mystery Box"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20869065 | 2 months ago | | | 0 | 0.00055448400 | |
| 20508482 | 3 months ago | | | 0 | 0.00012826346 | |
| 19884920 | 6 months ago | | | 0 | 0.00010885385 | |
| 19811736 | 6 months ago | | | 0 | 0.00028749485 | |
| 19686876 | 7 months ago | | | 0 | 0.00051279058 | |
| 18160337 | a year ago | | | 0 | 0.00034202759 | |
| 17970727 | a year ago | | | 0 | 0.0065981391 | |
| 16991866 | 2 years ago | | | 0 | 0.0013406938 | |
| 16865886 | 2 years ago | | | 0 | 0.00063086893 | |
| 16669636 | 2 years ago | | | 0 | 0.0013080063 |
ABI
ABI objects
Getter at block 21213420
migrationActive() view returns (bool)
false
migrationContract() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
SixthReseau: Mystery Box
owner() view returns (address)
0x48b858899ab554ec433f3d8c15ef7447afbf2e5a
srli() view returns (address)
0xbea3026f13a9d944f87fea6be910e23a2e0fcc58
symbol() view returns (string)
SRMB
tokenUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmbgYuFnAjS9VYdP32HpqGepuG5qjPeyDBCdQDNLnVe1sP/
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
migrateToken(address _account)
mint(address _to)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setSRLI(address _srli)
setTokenUri(string newUri)
toggleMigration()
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _tokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.