ORIENTAL MYSTERY
Verified contract
Active on
Ethereum with 6,576 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 "ORIENTAL MYSTERY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105767 | 14 days ago | | | 0 | 0.000056115087 | |
| 21105689 | 14 days ago | | | 0 | 0.000081612300 | |
| 21059681 | 20 days ago | | | 0 | 0.00034579740 | |
| 21059654 | 20 days ago | | | 0 | 0.00042090381 | |
| 20866246 | 2 months ago | | | 0 | 0.00051760698 | |
| 20739692 | 2 months ago | | | 0 | 0.000049038150 | |
| 20739465 | 2 months ago | | | 0 | 0.000046235970 | |
| 20739436 | 2 months ago | | | 0 | 0.000067045820 | |
| 20704801 | 2 months ago | | | 0 | 0.000085602055 | |
| 20704797 | 2 months ago | | | 0 | 0.000087965162 |
ABI
ABI objects
Getter at block 21203467
name() view returns (string)
ORIENTAL MYSTERY
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc0a0350b0fc5f32df0815c421720bbd45998db60
symbol() view returns (string)
OM
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
mysteryList(address) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (bool)
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 airdrop(address user, uint256 number)
approve(address to, uint256 tokenId)
devMint(uint8 quantity)
mysteryListMint()
publicMint()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedMysterylist(address[] addresses)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMysteryListMintTime(uint256 _time)
setPreRevealUri(string revealUri)
setPublicMintTime(uint256 _time)
setStakeAddress(address _stake)
stake(uint256[] _token)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unstake(uint256[] _token)
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.