Tougenkyou
Verified contract
Active on
Ethereum with 4,887 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 "Tougenkyou"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103970 | a month ago | | | 0 | 0.00013130950 | |
| 21098236 | a month ago | | | 0 | 0.00017898178 | |
| 21097257 | a month ago | | | 0 | 0.00021677902 | |
| 21055054 | a month ago | | | 0 | 0.00018925464 | |
| 20712118 | 3 months ago | | | 0 | 0.00017719899 | |
| 20602826 | 3 months ago | | | 0 | 0.000041984461 | |
| 20597878 | 3 months ago | | | 0 | 0.00016742899 | |
| 20597866 | 3 months ago | | | 0 | 0.000062226853 | |
| 20590107 | 3 months ago | | | 0 | 0.000060395994 | |
| 20577290 | 3 months ago | | | 0 | 0.00010659936 |
ABI
ABI objects
Getter at block 21296877
MAX_SUPPLY() view returns (uint256)
3000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
callerIsUserFlg() view returns (bool)
true
mintable() view returns (bool)
true
name() view returns (string)
Tougenkyou
owner() view returns (address)
0xb956e7c37065991b9abf6e2164c9d4315c573b0c
paused() view returns (bool)
false
publicCost() view returns (uint256)
80000000000000000
publicSale() view returns (bool)
false
symbol() view returns (string)
MOMO
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
merkleRoot(uint8) view returns (bytes32)
ownerOf(uint256 tokenId) view returns (address)
presaleCost(uint8) view returns (uint256)
presalePhase(uint8) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whiteListClaimed(uint8, address) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
ownerMint(address _address, uint256 count)
pause()
preMint(uint256 _mintAmount, uint256 _presaleMax, bytes32[] _merkleProof, uint8 ticket) payable
publicMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCallerIsUserFlg(bool flg)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMerkleRoot(bytes32 _merkleRoot, uint8 ticket)
setMintable(bool _state)
setPresaleCost(uint256 _preCost, uint8 ticket)
setPresalePhase(bool _state, uint8 ticket)
setPublicCost(uint256 _publicCost)
setPublicPhase(bool _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(bool mintERC2309Flg)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()