Mettimoto
Verified contract
Active on
Ethereum with 2,857 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 "Mettimoto"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20250054 | 4 months ago | | | 0 | 0.00012318041 | |
| 19234052 | 9 months ago | | | 0 | 0.0042037653 | |
| 19015279 | 10 months ago | | | 0 | 0.0010248188 | |
| 18908179 | 10 months ago | | | 0 | 0.00057647274 | |
| 18248194 | a year ago | | | 0 | 0.00037416182 | |
| 17890524 | a year ago | | | 0 | 0.00077085796 | |
| 17885656 | a year ago | | | 0 | 0.0020084573 | |
| 17290458 | a year ago | | | 0 | 0.0021060960 | |
| 16811865 | 2 years ago | | | 0 | 0.00072326913 | |
| 16703223 | 2 years ago | | | 0 | 0.00093789606 |
ABI
ABI objects
Getter at block 21126650
MAX_SUPPLY() view returns (uint256)
1000
maxCountPerAccount() view returns (uint256)
1
name() view returns (string)
Mettimoto
owner() view returns (address)
0x483a124f6717ad67440af11a77dec25f1a3d1259
price() view returns (uint256)
0
symbol() view returns (string)
Mettimoto
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
endSale()
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxMintPerAddr(uint256 _count)
setPrice(uint256 _price)
setTokenBaseURI(string URI)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()