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 "Okami"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20399347 | 4 months ago | | | 0 | 0.000097896964 | |
| 19741108 | 7 months ago | | | 0 | 0.00028210909 | |
| 18329931 | a year ago | | | 0 | 0.00019545678 | |
| 16876373 | 2 years ago | | | 0 | 0.0011290807 | |
| 16775331 | 2 years ago | | | 0 | 0.00094542141 | |
| 16774724 | 2 years ago | | | 0 | 0.00092449715 | |
| 16746169 | 2 years ago | | | 0 | 0.00088617900 | |
| 16735436 | 2 years ago | | | 0 | 0.0022540010 | |
| 16514917 | 2 years ago | | | 0 | 0.00082404687 | |
| 15846656 | 2 years ago | | | 0 | 0.00058910416 |
ABI
ABI objects
Getter at block 21302999
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://bunn.mypinata.cloud/ipfs/QmYpA1kCrQVgzzx8NhuAT1asdmRDNKb6tEV23hTbeRgveP
cost() view returns (uint256)
75000000000000000
costWL() view returns (uint256)
75000000000000000
currentState() view returns (uint256)
2
maxMintAmount() view returns (uint256)
20
maxSupply() view returns (uint256)
5000
name() view returns (string)
Okami
nftPerAddressLimit() view returns (uint256)
20
notRevealedUri() view returns (string)
https://bunn.mypinata.cloud/ipfs/QmNuRd6T8N7Bp6FK6PFr1qiVXXPuMcicoownkajvgsTjnp
owner() view returns (address)
0x9a754044fbfa95d15b252453c1bb5401320a8386
revealed() view returns (bool)
true
symbol() view returns (string)
OKAMI
totalSupply() view returns (uint256)
714
Read-only
addressMintedBalance(address) view returns (uint256)
addressWhitelisted(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistedAddresses(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
pause()
removeUserFromWhitelist(address _user)
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setNewOwner(address _newOwner)
setNftPerAddressLimit(uint256 _limit)
setNotRevealedURI(string _notRevealedURI)
setOnlyWhitelisted()
setPublic()
setPublicCost(uint256 _price)
setWLCost(uint256 _price)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
whitelistUsers(address[] _users)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()