The Tokyo Ten
Verified contract
Active on
Ethereum with 3,481 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 "The Tokyo Ten"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101960 | 22 days ago | | | 0 | 0.00015982558 | |
| 20870271 | 2 months ago | | | 0 | 0.00033074677 | |
| 20763979 | 2 months ago | | | 0 | 0.00028623192 | |
| 20759387 | 2 months ago | | | 0 | 0.000071228805 | |
| 20658637 | 3 months ago | | | 0 | 0.000052354911 | |
| 20416344 | 4 months ago | | | 0 | 0.00013838100 | |
| 20390863 | 4 months ago | | | 0 | 0.000065876590 | |
| 20114388 | 5 months ago | | | 0 | 0.00023263424 | |
| 20044209 | 6 months ago | | | 0 | 0.00033005985 | |
| 20030366 | 6 months ago | | | 0 | 0.00043265726 |
ABI
ABI objects
Getter at block 21257531
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ROLE_BURNER() view returns (bytes32)
0xb5b5a86cc252b1b75a439c6ff372933ceb0690188924e6461150adeb00ab80d8
ROLE_MINTER() view returns (bytes32)
0xaeaef46186eb59f884e36929b6d682a6ae35e1e43d8f05f058dcefb92b601461
ROLE_URI_MANAGER() view returns (bytes32)
0xcec0f4ff1ec53488e2cb7823696bea5125da53a88fc93b716b76577dfd4db821
name() view returns (string)
The Tokyo Ten
owner() view returns (address)
0x1e7c1d246d2e072e8fc00b50b19deb511a325b64
symbol() view returns (string)
TTT
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
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 receiver, uint256 royaltyAmount)
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 to, uint256 tokenId)
burn(uint256 _tokenId)
grantRole(bytes32 role, address account)
mint(address _to, uint256 _tokenId)
mintBatch(address _to, uint256 _tokenId, uint256 _n)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeMint(address _to, uint256 _tokenId)
safeMint(address _to, uint256 _tokenId, bytes _data)
safeMintBatch(address _to, uint256 _tokenId, uint256 _n)
safeMintBatch(address _to, uint256 _tokenId, uint256 _n, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(address _by, string _oldVal, string _newVal)
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(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.