Okina Pass
Verified contract
Active on
Ethereum with 1,019 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 "Okina Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103089 | 18 days ago | | | 0 | 0.000099064000 | |
| 20611144 | 3 months ago | | | 0 | 0.000046554656 | |
| 20199086 | 5 months ago | | | 0 | 0.00010885454 | |
| 19944062 | 6 months ago | | | 0 | 0.00019449685 | |
| 19087478 | 10 months ago | | | 0 | 0.00047307187 | |
| 19016923 | 10 months ago | | | 0 | 0.0014275805 | |
| 18918633 | a year ago | | | 0 | 0.0011122819 | |
| 18836088 | a year ago | | | 0 | 0.00090939964 | |
| 18372131 | a year ago | | | 0 | 0.00026685869 | |
| 18301543 | a year ago | | | 0 | 0.00035228607 |
ABI
ABI objects
Getter at block 21229784
merkleRoot() view returns (bytes32)
0x7d6fed07ec0920d65fabe39510a30521c372dd761d7f18cfbe21b0f12b79c621
name() view returns (string)
Okina Pass
owner() view returns (address)
0xfcb55c98c6d6d30b805cc388dc18468e01f5773b
symbol() view returns (string)
OKINA
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimed(bytes32) view returns (bool)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supplyLimit(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events addPass(uint256 tokenId, uint256 total)
adminMint(address addr, uint256 tokenId, uint256 total)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
claimPass(uint256 tokenId, bytes32[] proof)
clearClaimed(address addr, uint256 tokenId)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri_)
setMerkleRoot(bytes32 root)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.