The Mood Octopus
Verified contract
Active on
Ethereum with 2,339 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 "The Mood Octopus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19494895 | 8 months ago | | | 0 | 0.00041573281 | |
| 18909606 | a year ago | | | 0 | 0.00056696426 | |
| 18894390 | a year ago | | | 0 | 0.00093134669 | |
| 17966596 | a year ago | | | 0 | 0.00079439519 | |
| 17637531 | a year ago | | | 0 | 0.0012821485 | |
| 17515928 | a year ago | | | 0 | 0.0063219183 | |
| 17160989 | 2 years ago | | | 0 | 0.0013485976 | |
| 16837741 | 2 years ago | | | 0 | 0.0012780726 | |
| 16795095 | 2 years ago | | | 0 | 0.00094218348 | |
| 16774185 | 2 years ago | | | 0 | 0.0010957220 |
ABI
ABI objects
Getter at block 21217797
UnrevealedURI() view returns (string)
ipfs://QmW7ffBM2meTyRV2Z2Ar8fKq39R1fsQBgJAB2HCJCa7V3G/
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://HASH/
maxPublic() view returns (uint256)
20
maxSupply() view returns (uint256)
5000
maxWhitelist() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0xe5ee4e123852bb251d18bf6cf027e82416af229a53bc4e816908a686f9cc1f23
name() view returns (string)
The Mood Octopus
owner() view returns (address)
0x82c8da6d55cc57b508d774896c8c4a1df489e999
paused() view returns (bool)
false
publicCost() view returns (uint256)
1000000000000
revealed() view returns (bool)
false
symbol() view returns (string)
TMO
totalSupply() view returns (uint256)
5000
whitelistCost() view returns (uint256)
1000000000000
whitelistEnabled() view returns (bool)
true
Read-only
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)
whitelistClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _whitelistCost, uint256 _publicCost)
setMax(uint256 _whitelist, uint256 _public)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUnrevealedUri(string _UnrevealedUri)
setWhitelistEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, bytes32[] _merkleProof) payable
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(string _name, string _symbol, string _initBaseURI, string _UnrevealedURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.