Squid Game Card
Verified contract
Active on
Ethereum with 11,844 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 14 additional slots
Balances ($0.00)
No balances found for "Squid Game Card"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20674421 | 3 months ago | | | 0 | 0.000033212149 | |
| 20219621 | 5 months ago | | | 0 | 0.00037798189 | |
| 20111267 | 5 months ago | | | 0 | 0.000093562506 | |
| 18802603 | a year ago | | | 0 | 0.00088865253 | |
| 18752088 | a year ago | | | 0 | 0.0010880307 | |
| 18389627 | a year ago | | | 0 | 0.00049579115 | |
| 18328560 | a year ago | | | 0 | 0.0010699628 | |
| 18275124 | a year ago | | | 0 | 0.00014400867 | |
| 18160175 | a year ago | | | 0 | 0.00034443189 | |
| 17952243 | a year ago | | | 0 | 0.00028584505 |
ABI
ABI objects
Getter at block 21257948
_MINT_START_TIME() view returns (uint256)
1633823999
claimTimeLock() view returns (uint256)
1638125544
getMaxSupply() pure returns (uint256)
9576
isMintable() view returns (bool)
false
name() view returns (string)
Squid Game Card
owner() view returns (address)
0x9194c01db602ed716e9d16fa60f684deb3b62523
symbol() view returns (string)
SquidGameCard
totalSupply() view returns (uint256)
9576
Read-only
_lastClaims(uint256) view returns (uint256)
_seeds(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getConsonants(uint256 _tokenId) view returns (string[3])
getConsonantsIndex(uint256 _tokenId) view returns (uint8[3])
getGenes(uint256 _tokenId) view returns (uint8[8])
getSeed(uint256 _tokenId) view returns (uint256)
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)
claim()
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)
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.