Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
witlinkland | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19609263 | 8 months ago | | | 0 | 0.00025660332 | |
| 18356679 | a year ago | | | 0 | 0.00021610802 | |
| 18193333 | a year ago | | | 0 | 0.00028814164 | |
| 18193320 | a year ago | | | 0 | 0.00058950587 | |
| 17971104 | a year ago | | | 0 | 0.0033773005 | |
| 17955531 | a year ago | | | 0 | 0.00056097018 | |
| 17866108 | a year ago | | | 0 | 0.00081970575 | |
| 17627743 | a year ago | | | 0 | 0.0013222983 | |
| 17517404 | a year ago | | | 0 | 0.00084205418 | |
| 16856415 | 2 years ago | | | 0 | 0.00098196027 |
ABI
ABI objects
Getter at block 21290563
baseExtension() view returns (string)
.json
freeAmount() view returns (uint256)
0
maxFreePerWallet() view returns (uint256)
2
maxMintAmount() view returns (uint256)
20
maxSupply() view returns (uint256)
8888
mintCost() view returns (uint256)
100000000000000
name() view returns (string)
Ryoko
notRevealedUri() view returns (string)
ipfs://notrevealedurl
owner() view returns (address)
0xa0512b513159643958b50c339d98ebd9ef3a93a6
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
RYOKO
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedFreeAmount(address) view returns (uint256)
numberBurned(address _owner) view returns (uint256)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _quantity) payable
ownerMint(uint256 _quantity)
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setFreeAmount(uint256 _amount)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _initBaseURI, uint256 _initCost)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()