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 "JISOO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20996713 | a month ago | | | 0 | 0.00043732580 | |
| 20587490 | 3 months ago | | | 0 | 0.000044681489 | |
| 19837345 | 7 months ago | | | 0 | 0.00012781430 | |
| 19837314 | 7 months ago | | | 0 | 0.00012524430 | |
| 19810089 | 7 months ago | | | 0 | 0.00046106493 | |
| 19798516 | 7 months ago | | | 0 | 0.00023002049 | |
| 19487187 | 8 months ago | | | 0 | 0.0010653955 | |
| 19330496 | 9 months ago | | | 0 | 0.0010509523 | |
| 19330496 | 9 months ago | | | 0 | 0.0018315857 | |
| 19229392 | 9 months ago | | | 0 | 0.00050882964 |
ABI
ABI objects
Getter at block 21275431
WLcost() view returns (uint256)
8800000000000000
appendedID() view returns (bool)
true
maxSupply() view returns (uint256)
888
name() view returns (string)
JISOO
owner() view returns (address)
0x9482dd08c6324e1ab0e65009a04499005c1530da
pubActive() view returns (bool)
true
pubCost() view returns (uint256)
8800000000000000
symbol() view returns (string)
JISOO
totalSupply() view returns (uint256)
888
wlActive() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
pubPaidMintAmount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
whitelistPaidClaimed(address) view returns (uint256)
State-modifying
Events activatePublicSale()
activateWLSale()
approve(address to, uint256 tokenId)
mintPublic(uint256 _quantity) payable
mintWL(uint256 _quantity, bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI, bool appendID)
setMerkleRoot(bytes32 _merkleRoot)
setPubCost(uint256 _newCost)
setWLCost(uint256 _newCost)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(address _account, uint256 _quantity)
withdraw() payable
withdrawAny(uint256 _amount) 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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()