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 "Mezzi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19186201 | 10 months ago | | | 0 | 0.0037496008 | |
| 19186196 | 10 months ago | | | 0 | 0.0034828050 | |
| 19186196 | 10 months ago | | | 0 | 0.0036047067 | |
| 19186195 | 10 months ago | | | 0 | 0.0035929376 | |
| 19186187 | 10 months ago | | | 0 | 0.0039552707 | |
| 19186186 | 10 months ago | | | 0 | 0.0043488684 | |
| 19186183 | 10 months ago | | | 0 | 0.0041335548 | |
| 19186182 | 10 months ago | | | 0 | 0.0044029922 | |
| 19186182 | 10 months ago | | | 0 | 0.0044029922 | |
| 19186181 | 10 months ago | | | 0 | 0.0039802390 |
ABI
ABI objects
Getter at block 21304153
baseURI() view returns (string)
boxURI() view returns (string)
ipfs://bafkreifvdxbbrtsimsxaxto6w34uup4m4uor6qaykam5fpizvsnr7zrhfm
decimals() view returns (uint8)
18
minted() view returns (uint256)
634
name() view returns (string)
Mezzi
owner() view returns (address)
0x728a9e9ba1462de2fd5d57eab4326977193ee5e0
symbol() view returns (string)
Mezzi
totalSupply() view returns (uint256)
404000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setBoxURI(string _boxURI)
setNameSymbol(string _name, string _symbol)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()