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 "MOTU"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15749428 | 2 years ago | | | 0 | 0.00069793879 | |
| 14822110 | 3 years ago | | | 0 | 0.00067117524 | |
| 14804006 | 3 years ago | | | 0 | 0.0010779559 | |
| 14707388 | 3 years ago | | | 0 | 0.0022084533 | |
| 14666721 | 3 years ago | | | 0 | 0.00089738161 | |
| 14646797 | 3 years ago | | | 0 | 0.0011344080 | |
| 14639955 | 3 years ago | | | 0 | 0.0012943623 | |
| 14633688 | 3 years ago | | | 0 | 0.0015886398 | |
| 14633598 | 3 years ago | | | 0 | 0.0011565750 | |
| 14633228 | 3 years ago | | | 0 | 0.0015718754 |
ABI
ABI objects
Getter at block 21283899
hiddenMetadataUri() view returns (string)
ipfs://QmV3ind61Hzc1qkXZ634EAjHEsyCUtWdkGBKoBeXSoED3o
maxMintAmountPerTx() view returns (uint256)
3
maxSupply() view returns (uint256)
2999
name() view returns (string)
MOTU
owner() view returns (address)
0x434ff42aa50e3f6bc4265d73107f675f7821a9ed
paused() view returns (bool)
false
price() view returns (uint256)
0
revealed() view returns (bool)
false
symbol() view returns (string)
MOTU
totalSupply() view returns (uint256)
2999
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events ad(address _to, uint256 _mintAmount)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setPrice(uint256 _price)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawall()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.