Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 31 additional slots
-
variable spans 63 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CDB | ERC-721 | 1 | -- | -- | |
CDB | ERC-721 | 1 | -- | -- | |
GCMP | ERC-721 | 1 | -- | -- | |
0x8b0e…044b | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274533 | a day ago | | | 0 | 0.00044698195 | |
| 21269928 | 2 days ago | | | 0 | 0.00036832782 | |
| 21269802 | 2 days ago | | | 0 | 0.00039235527 | |
| 21251054 | 5 days ago | | | 0 | 0.0010892580 | |
| 21223581 | 8 days ago | | | 0 | 0.0028541065 | |
| 21211496 | 10 days ago | | | 0 | 0.00055656008 | |
| 21174440 | 15 days ago | | | 0 | 0.0011601792 | |
| 21174395 | 15 days ago | | | 0 | 0.0013955024 | |
| 21167098 | 16 days ago | | | 0 | 0.0016830229 | |
| 21113564 | 24 days ago | | | 0 | 0.00018253505 |
ABI
ABI objects
Getter at block 21284402
baseURI() view returns (string)
locked() view returns (bool)
false
name() view returns (string)
First
num_minted() view returns (uint32)
5000
owner() view returns (address)
0x7ccd2ee72a75f7e4776f598c1be11a119fd8d191
paused() view returns (bool)
false
symbol() view returns (string)
FIRST
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
generate(uint256 id) view returns (bytes)
getApproved(uint256 tokenId) view returns (address)
getString(uint256 id) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
n1(uint256) view returns (uint16)
ownerOf(uint256 tokenId) view returns (address)
p1(uint256, uint256) view returns (uint16)
supportsInterface(bytes4 interfaceId) view returns (bool)
t1(uint256) view returns (bytes)
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)
claim(uint256 tokenId) payable
donate() payable
lock()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPaused(bool m)
setT1(uint16 cid, string s)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.