TakanotsumeLimitedEdition
Verified contract
Active on
Ethereum with 120 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "TakanotsumeLimitedEdition"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20742012 | 2 months ago | | | 0 | 0.00017604714 | |
| 20699788 | 2 months ago | | | 0 | 0.00017341065 | |
| 20647810 | 3 months ago | | | 0 | 0.000081868008 | |
| 20270654 | 4 months ago | | | 0 | 0.00028023538 | |
| 20270599 | 4 months ago | | | 0 | 0.00039221049 | |
| 20270588 | 4 months ago | | | 0 | 0.00041479545 | |
| 20248980 | 4 months ago | | | 0 | 0.00017603064 | |
| 19771490 | 7 months ago | | | 0 | 0.00031385492 | |
| 19709868 | 7 months ago | | | 0 | 0.00087498268 | |
| 19690852 | 7 months ago | | | 0 | 0.0010861957 |
ABI
ABI objects
Getter at block 21210232
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
checkListAddress() view returns (address)
0x5b88a74d18e2e6198aa8d91153bdb589a364c417
checkMintTerm() view returns (uint256)
4
isOperatorFilterRegistryRevoked() view returns (bool)
false
name() view returns (string)
TakanotsumeLimitedEdition
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x3b4a211a88aac938ee6f050f72987fb16b3ef260
symbol() view returns (string)
TLE
totalSupply() view returns (uint256)
73
Read-only
balanceOf(address owner) view returns (uint256)
checkAllowMintEnable(uint256 _term) view returns (bool)
checkCustomURIEnable(uint256 _tokenId) view returns (bool)
checkCustomURIMode(uint256 _tokenId) view returns (uint256)
checkFreeMintEnable(uint256 _term) view returns (bool)
checkMintTermData(uint256 _mintTerm) view returns (struct TakanotsumeLimitedEditionmintTermData)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getURI(uint256 _tokenId) view returns (string)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
changeBaseURI(string _uri)
changeCustomURI(string _uri)
changeCustomURIOff(uint256 _tokenId)
changeDefaultRoyalty(address _receiver, uint96 _feeNumerator)
changeListAddress(address _listaddress)
changeMintData(uint256 _supply, uint256 _startTime, uint256 _finishALTime, uint256 _finishFreemintTime)
changeURIMode(uint256 _tokenId, uint256 _uriMode)
grantRole(bytes32 role, address account)
ownerMint(address _to)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeOperatorFilterRegistry()
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMintTerm(uint256 _supply, uint256 _startTime, uint256 _finishALTime, uint256 _finishFreemintTime)
setOnlyALMintTerm(uint256 _supply, uint256 _startTime, uint256 _finishTime)
setOnlyFreemintTerm(uint256 _supply, uint256 _startTime, uint256 _finishTime)
singleMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OperatorFilterRegistryRevoked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _graveaddress, address _listaddress)
This contract contains no fallback and receive objects.
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()