Tomogakuen
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "Tomogakuen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Tomogakuen"
ABI
ABI objects
Getter at block 21301283
NULL() view returns (uint256)
0
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
implementation() view returns (address)
0x0000000000000000000000000000000000000000
isReveled() view returns (bool)
false
nftURI() view returns (string)
https://asset.tomogaku.io/s1/{id}.json
nftlimit() view returns (uint256)
7777
notRevelednftURI() view returns (string)
https://asset.tomogaku.io/tomogakuen/mint.json
owner() view returns (address)
0xa978599ed469d854e14369414748b2faf115f603
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events _mintNFT(address _to, uint256 _count)
_sendNFT(address _from, address _to, uint256 _tokenId)
_setApproved(address addr, address operator, bool approved)
_setReveled(bool reveled)
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)
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.
OperatorNotAllowed(address operator)