JoisNengajyo
Verified contract
Active on
Ethereum with 115 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 "JoisNengajyo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19069638 | 10 months ago | | | 0 | 0.0012313709 | |
| 16800214 | 2 years ago | | | 0 | 0.0032747249 | |
| 16560753 | 2 years ago | | | 0 | 0.0015271475 | |
| 16485209 | 2 years ago | | | 0 | 0.0070923774 | |
| 16441272 | 2 years ago | | | 0 | 0.0014683338 | |
| 16429168 | 2 years ago | | | 0 | 0.0025501005 | |
| 16374140 | 2 years ago | | | 0 | 0.00099025183 | |
| 16349181 | 2 years ago | | | 0 | 0.0028100376 | |
| 16348944 | 2 years ago | | | 0 | 0.00099054019 | |
| 16345236 | 2 years ago | | | 0 | 0.0018383555 |
ABI
ABI objects
Getter at block 21171558 getItems() view returns (struct JoisNengajyoItem[])
contractURI() view returns (string)
https://bafkreiaryspljjwaeeo6d32a5dnibywref5dunmuns7xlclqt2yrlupx34.ipfs.w3s.link/?filename=metadata-nengajyo-purple.json
owner() view returns (address)
0xb6616928b438604c638c7e248229226a167573e3
tokenAmount() view returns (uint256)
1
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
items(uint256) view returns (bool mintable, bool transferable, uint256 maxSupply, string tokenURI, uint256 maxMintPerWallet)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events createItem(struct JoisNengajyoItem _Item)
createOnChainItem(bool mintable, bool transferable, uint256 maxSupply, uint256 maxMintPerWallet, string title, string description, string _svg)
lockMinting(uint256 _tokenId)
mint(uint256 _tokenId)
mintTo(address _to, uint256 _tokenId)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address _from, address _to, uint256 _tokenId, uint256 _amount, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractUri)
transferOwnership(address newOwner)
updateItemAttr(uint256 _tokenId, bool _mintable, string _tokenURI)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BurnItem(uint256 indexed id, address indexed holder)
Mint(address indexed minter, uint256 indexed tokenId)
MintTo(address indexed minter, address indexed holder, uint256 indexed tokenId)
NewItem(uint256 indexed id, bool mintable)
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)
UpdateItem(uint256 indexed id, bool mintable)
WithDraw(address indexed to, address token)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.