N.T.P. Canisters
Verified contract
Proxy
Active on
Ethereum with 4,669 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 47 additional slots
-
variable spans 48 additional slots
0x32e1…1f0d
1 additional
variable
Balances ($0.00)
No balances found for "N.T.P. Canisters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21136865 | 12 days ago | | | 0 | 0.0026512245 | |
| 21131890 | 13 days ago | | | 0 | 0.00089407322 | |
| 21107705 | 16 days ago | | | 0 | 0.00061420537 | |
| 20966928 | a month ago | | | 0 | 0.00096110687 | |
| 20765677 | 2 months ago | | | 0 | 0.00035118253 | |
| 20572331 | 3 months ago | | | 0 | 0.000095074257 | |
| 20549581 | 3 months ago | | | 0 | 0.00012616105 | |
| 20422187 | 4 months ago | | | 0 | 0.00038485716 | |
| 20341019 | 4 months ago | | | 0 | 0.00060819925 | |
| 20309692 | 4 months ago | | | 0 | 0.00016980063 |
ABI
ABI objects
Getter at block 21222239 totalSupply() view returns (uint256)
iTSCProject() view returns (address)
0x32e14d6f3dda2b95e505b14eb4552fd3eeaa1f0d
name() view returns (string)
N.T.P. Canisters
owner() view returns (address)
0x5915492114bba9c0d7f8cc516e8fae6a9a81b6a8
symbol() view returns (string)
CANISTERS
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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 tokenId)
tokenLevel(uint256 tokenId) view returns (uint256 level)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
airdrop(address[] recipient, uint256[] quantity)
approve(address operator, uint256 tokenId)
consumeHazardous(uint256 canister)
initialize()
renounceOwnership()
royalPush()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setRoyalty(address royaltyWallet, uint96 multiplier)
setTSCProject(address _tscProject)
toggleConsume()
toggleUpgrade()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeToHazardous(uint256 tokenId, uint256[2] canisters)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.