META MISHIMA
Verified contract
Active on
Ethereum with 9,857 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($520.84)
Native
Value
$520.84
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.14 | $3,720.31 |
$520.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21302863 | 4 days ago | | | 0 | 0.00095397073 | |
| 21270055 | 8 days ago | | | 0 | 0.00046926847 | |
| 21220786 | 15 days ago | | | 0 | 0.00054286166 | |
| 21081978 | a month ago | | | 0 | 0.00039373814 | |
| 20619113 | 3 months ago | | | 0 | 0.00016279102 | |
| 20353018 | 4 months ago | | | 0 | 0.00011474919 | |
| 20262572 | 5 months ago | | | 0 | 0.00049565947 | |
| 20259239 | 5 months ago | | | 0 | 0.00011890968 | |
| 20259239 | 5 months ago | | | 0 | 0.00011506263 | |
| 20259235 | 5 months ago | | | 0 | 0.00013972912 |
ABI
ABI objects
Getter at block 21328258
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
accountBalance() view returns (uint256)
140000000000000000
baseURI() view returns (string)
ipfs://QmURQMcpbuVDbFtWA29Y69xB6WtziJXpKz7Rm1kvQnY8rF/
contractState() view returns (uint8)
0
isOperatorFiltererAllowed() view returns (bool)
true
maxEarlyBirdPlusOne() view returns (uint256)
2501
maxGoldListPlusOne() view returns (uint256)
201
maxMintEarlyBird() view returns (uint256)
5
maxMintGoldList() view returns (uint256)
2
maxMintPublic() view returns (uint256)
2
maxMintWhitelist() view returns (uint256)
2
maxSalePlusOne() view returns (uint256)
10001
merkleRootEarlyBird() view returns (bytes32)
0x50df34905004bf0a80a679297c4b6f3ff9edbe61e09d83746869abf097d30253
merkleRootGoldList() view returns (bytes32)
0x08ce80abf0f09dd4d52be336e652a1cc125dfbe2344dbd645e1f2ccfe68cb7f0
merkleRootWhitelist() view returns (bytes32)
0x1d3b012114f833891d9c8b5afad43264538b4613634b296b9e0e102f3de8d1c2
name() view returns (string)
META MISHIMA
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x30cc689ca994f9d3561d9b28f305d9db3736b5da
placeholderURI() view returns (string)
https://rarity.garden/images/metamishima/prereveal.json
recipient() view returns (address)
0x30cc689ca994f9d3561d9b28f305d9db3736b5da
symbol() view returns (string)
MM
tokenPrice() view returns (uint256)
0
tokenPricePublic() view returns (uint256)
0
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isInternallyAllowed(address requestor) view returns (bool)
mintsPerAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
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)
State-modifying
Events approve(address operator, uint256 tokenId)
mintEarlyBird(uint256 quantity, bytes32[] proof) payable
mintGoldList(uint256 quantity, bytes32[] proof) payable
mintPublic(uint256 quantity) payable
mintReserved(address to, uint256 quantity)
mintWhitelist(uint256 quantity, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractState(uint256 contractState_)
setDefaultRoyalty(address royaltyAddress, uint96 royaltyAmount)
setInternallyAllowed(address requestor, bool allowed)
setMaxSale(uint256 maxSale)
setMerkleRootEB(bytes32 merkleRoot_)
setMerkleRootGoldList(bytes32 merkleRoot_)
setMerkleRootWhitelist(bytes32 merkleRoot_)
setOperatorFiltererAllowed(bool allowed)
setPlaceholderURI(string placeholderURI_)
setRecipient(address newRecipient)
setTokenPrice(uint256 newPrice, uint256 newPricePublic)
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()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)