KANOI TCG Packs
Unverified contract
Proxy
Active on
Base with 1,184 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "KANOI TCG Packs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23825419 | 2 days ago | | | 0 | 2.5597928e-7 | |
| 23785323 | 3 days ago | | | 0 | 2.9753064e-7 | |
| 23785266 | 3 days ago | | | 0 | 3.7158762e-7 | |
| 23765504 | 4 days ago | | | 0 | 2.8297939e-7 | |
| 23745807 | 4 days ago | | | 0 | 2.2125119e-7 | |
| 23569446 | 8 days ago | | | 0 | 5.1184877e-7 | |
| 23444056 | 11 days ago | | | 0 | 1.4067932e-7 | |
| 23443935 | 11 days ago | | | 0 | 1.4067932e-7 | |
| 23443648 | 11 days ago | | | 0 | 1.9181753e-7 | |
| 23443454 | 11 days ago | | | 0 | 1.9213118e-7 |
ABI
ABI objects
Getter at block 23931794
contractURI() view returns (string)
https://kanoihub.s3.ap-northeast-1.amazonaws.com/contracts/ktp/contract-uri
kniToken() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
KANOI TCG Packs
owner() view returns (address)
0x1e4ab5c4bf928261c9bfdcdcb7907e30ee2eeada
saleRecipient() view returns (address)
0x6d79bce7831bfe72041cddd4ad5f607837e32210
symbol() view returns (string)
KTP
transfersEnabled() view returns (bool)
true
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
currentTotalSupply(uint256) view returns (uint256)
getMaxTokenSupply(uint256 tokenId) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
maxTokenSupply(uint256) view returns (uint256)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenPaymentInfo(uint256) view returns (uint8 paymentToken, uint256 price)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
distributeNFTs(address[] recipients, uint256[] ids, uint256[] amounts)
initialize(string _name, string _symbol, string _contractURI, string uri_, address _saleRecipient, address _royaltyRecipient, uint128 _royaltyBps)
mintBatchByOwner(address to, uint256[] ids, uint256[] amounts)
mintByOwner(address to, uint256 id, uint256 amount)
mintWithETH(address account, uint256 id, uint256 amount) payable
mintWithToken(address account, uint256 id, uint256 amount)
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)
setContractURI(string _contractURI)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setKNIAddress(address _kniToken)
setMaxTokenSupply(uint256 tokenId, uint256 supply)
setMaxTokenSupplyBatch(uint256[] tokenIds, uint256[] supplies)
setSaleRecipient(address _saleRecipient)
setTokenPaymentInfo(uint256 tokenId, uint8 paymentToken, uint256 price)
setTransferStatus(bool _status)
setURI(string newuri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
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)
TransferStatusChanged(bool status)
URI(string value, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.