Neo Tokyo Outer Item Caches V2
Verified contract
Proxy
Active on
Ethereum with 396 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
17 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NTOITEM | ERC-721 | 1 | -- | -- | |
NTOITEM | ERC-721 | 1 | -- | -- | |
NTOITEM | ERC-721 | 1 | -- | -- | |
NTOITEM | ERC-721 | 1 | -- | -- | |
NTOITEM | ERC-721 | 1 | -- | -- | |
NTOITEM | ERC-721 | 1 | -- | -- | |
NTOITEM | ERC-721 | 1 | -- | -- | |
NTOITEM | ERC-721 | 1 | -- | -- | |
NTOITEM | ERC-721 | 1 | -- | -- | |
NTOITEM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148123 | 2 days ago | | | 0 | 0.00068068418 | |
| 21095789 | 9 days ago | | | 0 | 0.00031049028 | |
| 21047843 | 16 days ago | | | 0 | 0.00038240792 | |
| 21047675 | 16 days ago | | | 0 | 0.00052721141 | |
| 21047667 | 16 days ago | | | 0 | 0.00051315783 | |
| 21016187 | 20 days ago | | | 0 | 0.00098814578 | |
| 21015073 | 20 days ago | | | 0 | 0.00064237040 | |
| 21012531 | 21 days ago | | | 0 | 0.00061615433 | |
| 20865020 | a month ago | | | 0 | 0.00084354962 | |
| 20780289 | 2 months ago | | | 0 | 0.00069432386 |
ABI
ABI objects
Getter at block 21160662 proxiableUUID() view returns (bytes32)
name() view returns (string)
Neo Tokyo Outer Item Caches V2
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x2fd4bb667f8f61264e04f2a7d349f750be2270a0
symbol() view returns (string)
NTOITEM
totalSupply() view returns (uint256)
400
Read-only
admins(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApparel(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getClaimantIdentityIdByTokenId(uint256 tokenId) view returns (uint256)
getHelm(uint256 tokenId) view returns (string)
getTokenClaimedByIdentityTokenId(uint256 identityTokenId) view returns (uint256)
getVehicle(uint256 tokenId) view returns (string)
getWeapon(uint256 tokenId) view returns (string)
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 adjustDefaultRoyalty(address _receiver, uint96 _newRoyalty)
adjustSingleTokenRoyalty(uint256 _tokenId, address _receiver, uint96 _newRoyalty)
adminClaim(uint256 tokenId, address receiver)
approve(address operator, uint256 tokenId)
buyItems()
emergencyClaim(uint256 identityId, uint256 tokenId)
initialize(uint16 boughtItemOffset_, address config_, address registry, address subscriptionOrRegistrantToCopy)
migrateAsset(address sender, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setConfig(address config_)
setItemCost(uint72 _cost)
setItemMintActive()
toggleAdmin(address adminToToggle)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
OnlyOwner()
OperatorNotAllowed(address operator)