LEEDO LP - Squid Game Card
Verified contract
Active on
Ethereum with 1,177 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SquidGameCard | ERC-721 | 1 | -- | -- | |
SquidGameCard | ERC-721 | 1 | -- | -- | |
SquidGameCard | ERC-721 | 1 | -- | -- | |
SquidGameCard | ERC-721 | 1 | -- | -- | |
SquidGameCard | ERC-721 | 1 | -- | -- | |
SquidGameCard | ERC-721 | 1 | -- | -- | |
SquidGameCard | ERC-721 | 1 | -- | -- | |
SquidGameCard | ERC-721 | 1 | -- | -- | |
SquidGameCard | ERC-721 | 1 | -- | -- | |
SquidGameCard | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20861892 | 2 months ago | | | 0 | 0.00047005680 | |
| 19787292 | 7 months ago | | | 0 | 0.00027951549 | |
| 19358069 | 9 months ago | | | 0 | 0.0027255664 | |
| 18548372 | a year ago | | | 0 | 0.031709171 | |
| 18389618 | a year ago | | | 0 | 0.0010767299 | |
| 18389554 | a year ago | | | 0 | 0.00047551964 | |
| 18158179 | a year ago | | | 0 | 0.0019477141 | |
| 18007497 | a year ago | | | 0 | 0.0031350188 | |
| 17679707 | a year ago | | | 0 | 0.0012351991 | |
| 16902936 | 2 years ago | | | 0 | 0.00030906882 |
ABI
ABI objects
Getter at block 21286383
bridgeAddr() view returns (address)
0xe6f45376f64e1f568bd1404c155e5ffd2f80f7ad
daoAddr() view returns (address)
0x0000000000000000000000000000000000000000
daoInitialized() view returns (bool)
false
erc20Addr() view returns (address)
0x3eede143adb9a80c6a44c63dad76269d33e2c8d1
expiration() view returns (uint256)
45091663
name() view returns (string)
LEEDO LP - Squid Game Card
nftAddr() view returns (address)
0xbe5c953dd0ddb0ce033a98f36c981f1b74d3b33f
owner() view returns (address)
0x9194c01db602ed716e9d16fa60f684deb3b62523
rate() view returns (uint256)
5194874553201880
symbol() view returns (string)
LeedoSquidGameCardLP
totalSupply() view returns (uint256)
8772
transferAllowed() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
calcBridgeRewards(uint256 tokenId) view returns (uint256)
calcRewards(address account) 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])
isApprovedForAll(address owner, address operator) view returns (bool)
lastBlocks(address) view returns (uint256)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
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)
tokensOf(address _account) view returns (uint256[])
totalClaims(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimRewards()
initializeDao(address _daoAddress)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowTransfer(bool _bool)
setApprovalForAll(address operator, bool approved)
setBridgeAddr(address _bridgeAddress)
setBridgeAddrByDao(address _bridgeAddress)
setDaoAddr(address _daoAddress)
setErc20Addr(address _erc20Address)
setErc20AddrByDao(address _erc20Address)
setExpiration(uint256 _expiration)
setRate(uint256 _rate)
stake(uint256[] tokenIds) returns (bool)
stakeByCount(uint256 _count) returns (uint256[])
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256[] _tokenIds)
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(address _nftAddress, address _erc20Address, address _bridgeAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.