LiteralSquidGame
Verified contract
Active on
Ethereum with 1,501 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x667d…98d9
0xc775…d929
Balances ($0.00)
No balances found for "LiteralSquidGame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20056743 | 5 months ago | | | 0 | 0.00025271316 | |
| 19790164 | 7 months ago | | | 0 | 0.00026858612 | |
| 19790161 | 7 months ago | | | 0 | 0.00027742603 | |
| 19790160 | 7 months ago | | | 0 | 0.00025513724 | |
| 19536656 | 8 months ago | | | 0 | 0.00056359491 | |
| 18666323 | a year ago | | | 0 | 0.0013887715 | |
| 17990753 | a year ago | | | 0 | 0.0030839412 | |
| 17989987 | a year ago | | | 0 | 0.00034569790 | |
| 16743174 | 2 years ago | | | 0 | 0.0013641018 | |
| 16457255 | 2 years ago | | | 0 | 0.00070585530 |
ABI
ABI objects
Getter at block 21258112
MAX_TOKENS() view returns (uint256)
50000
MINT_PER_TX_LIMIT() view returns (uint256)
20
inkk() view returns (address)
0xc775cedfd3f2061e4298c842246e0aa24184d929
maxFreeMint() view returns (uint16)
888
name() view returns (string)
LiteralSquidGame
owner() view returns (address)
0x8942bfa6390710039e94d27cf461f4af90bd6698
paused() view returns (bool)
false
phase() view returns (uint16)
1
reef() view returns (address)
0x667da19cdf11d199371478cd0fe1138d905f98d9
sharkMinted() view returns (uint16)
76
sharkStolen() view returns (uint16)
0
squidStolen() view returns (uint16)
0
symbol() view returns (string)
LSG
tokensMinted() view returns (uint256)
1590
totalSupply() view returns (uint256)
1590
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isShark(uint16 id) view returns (bool)
mintPrice(uint256 _amount) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
phasePrice(uint16) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAvailableTokens(uint16 _from, uint16 _to)
approve(address to, uint256 tokenId)
changePhasePrice(uint16 _phase, uint256 _weiPrice)
changeRandomSource(uint16 _id, address _address)
freeMint()
giveAway(uint256 _amount, address _address)
mint(uint256 _amount, bool _stake) payable
ownerWithdraw()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setInkk(address _inkk)
setPaused(bool _state)
setReef(address _reef)
setSharkId(uint16 id, bool special)
setSharkIds(uint16[] ids)
shuffleSeeds(uint256 _seed, uint256 _max)
switchToSalePhase(uint16 _phase, bool _setTokens)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
withdrawAll()
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)
TokenStolen(address owner, uint16 tokenId, address thief)
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.