Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "Card"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20936602 | 2 months ago | | | 0 | 0.0014878853 | |
| 20919365 | 2 months ago | | | 0 | 0.00031073907 | |
| 20904858 | 2 months ago | | | 0 | 0.00011882536 | |
| 20901196 | 2 months ago | | | 0 | 0.00029558984 | |
| 20861159 | 2 months ago | | | 0 | 0.00024113504 | |
| 20640558 | 3 months ago | | | 0 | 0.00013649910 | |
| 20640071 | 3 months ago | | | 0 | 0.000059534446 | |
| 20204764 | 5 months ago | | | 0 | 0.00022023248 | |
| 20186926 | 5 months ago | | | 0 | 0.00036669753 | |
| 20091205 | 6 months ago | | | 0 | 0.0011492419 |
ABI
ABI objects
Getter at block 21319152
MAX_MINT() view returns (uint256)
8000
MAX_PER_ADDRESS() view returns (uint256)
2
frozen() view returns (bool)
false
name() view returns (string)
Card
owner() view returns (address)
0xdc023310975a459cae37d5609f48bae77bc191da
publicIssued() view returns (uint256)
4902
publicMax() view returns (uint256)
4902
symbol() view returns (string)
Card
totalSupply() view returns (uint256)
4902
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCardTitle(uint256 tokenId, uint256 offset) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
freezeBaseURI()
mintPublic()
ownerClaim(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPublicMax(uint256 _publicMax)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.