Onryo 888
Verified contract
Active on
Ethereum with 1,594 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 "Onryo 888"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20504255 | 4 months ago | | | 0 | 0.000056589716 | |
| 19253220 | 9 months ago | | | 0 | 0.00098229351 | |
| 19109429 | 10 months ago | | | 0 | 0.00047863586 | |
| 18802596 | a year ago | | | 0 | 0.00094367804 | |
| 18800325 | a year ago | | | 0 | 0.0012476550 | |
| 18252196 | a year ago | | | 0 | 0.00029463848 | |
| 17907911 | a year ago | | | 0 | 0.00095948969 | |
| 17906450 | a year ago | | | 0 | 0.00040726408 | |
| 17692742 | a year ago | | | 0 | 0.0015832227 | |
| 17517718 | a year ago | | | 0 | 0.00058371190 |
ABI
ABI objects
Getter at block 21301613
WLpaused() view returns (bool)
true
cost() view returns (uint256)
10000000000000000
hiddenURL() view returns (string)
ipfs://QmcxUHCpqQXCaoW7mHGdaYwD9XnHHn69LQxdUJXW45rXTJ/hidden.json
maxMintAmountPerWallet() view returns (uint8)
3
maxSupply() view returns (uint16)
888
maxWLMintAmountPerWallet() view returns (uint8)
3
name() view returns (string)
Onryo 888
owner() view returns (address)
0x4a5e6209e2593f6bf70623a3ca80857b96c75df6
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
ONRYO
totalSupply() view returns (uint256)
888
whiteListCost() view returns (uint256)
10000000000000000
whitelistMerkleRoot() view returns (bytes32)
0x553623a8f9af6a94fe770532ca076f1cbebbb45637c5a6599b381ed5d699185a
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftPerAddress(address) view returns (uint8)
nftPerWLAddress(address) view returns (uint8)
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 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Reserve(uint8 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerWallet(uint8 _maxtx)
setMaxTxPerWlAddress(uint8 _limit)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
setWLCost(uint256 _cost)
setWLPaused()
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint8 _mintAmount, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.