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 "Yurei"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260784 | 7 days ago | | | 0 | 0.00022109202 | |
| 21260784 | 7 days ago | | | 0 | 0.00022163930 | |
| 21260779 | 7 days ago | | | 0 | 0.00020806562 | |
| 21080971 | a month ago | | | 0 | 0.00052680540 | |
| 20889829 | 2 months ago | | | 0 | 0.00014096969 | |
| 20887768 | 2 months ago | | | 0 | 0.00026290381 | |
| 20650087 | 3 months ago | | | 0 | 0.000066601276 | |
| 20481370 | 4 months ago | | | 0 | 0.000083142942 | |
| 20475288 | 4 months ago | | | 0 | 0.000088586141 | |
| 20161096 | 5 months ago | | | 0 | 0.00010192640 |
ABI
ABI objects
Getter at block 21313352
PublictokenPrice() view returns (uint256)
40000000000000000
REVEAL() view returns (bool)
true
URI() view returns (string)
https://ipfs.io/ipfs/QmPoPXJB9tkxuu7GCP7JNtvPPB7GrAFSeNWwSrQzFgPrGa/
isActive() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x111122223333444455556666777788889999aaaabbbbccccddddeeeeffffcccc
name() view returns (string)
Yurei
owner() view returns (address)
0x7f0635fdeb76f6c5f65e544bcc192eb60c7e9186
paused() view returns (bool)
false
symbol() view returns (string)
Yurei
tokenPrice() view returns (uint256)
30000000000000000
totalSupply() view returns (uint256)
1111
Read-only
PublicList(address) view returns (uint256)
alreadyMinted(address addr) 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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events OwnerMint(address to, uint256 amount)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintWListed(uint256 amount, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive()
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleProof(bytes32 _merkleRoot)
setPause()
setPrice(uint256 price)
toggleReveal(string updatedURI)
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(string initialURI, bytes32 _Root)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()