Turtle Shell Island
Verified contract
Active on
Ethereum with 5,226 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xadf0…ad76
12 additional
variables
Balances ($0.00)
No balances found for "Turtle Shell Island"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20059097 | 5 months ago | | | 0 | 0.00026157803 | |
| 19563873 | 7 months ago | | | 0 | 0.00062936254 | |
| 18907388 | 10 months ago | | | 0 | 0.00064412993 | |
| 18906328 | 10 months ago | | | 0 | 0.00085109465 | |
| 18895239 | a year ago | | | 0 | 0.00091933922 | |
| 18880233 | a year ago | | | 0 | 0.0012644018 | |
| 18737951 | a year ago | | | 0 | 0.0055466043 | |
| 18737950 | a year ago | | | 0 | 0.0023631670 | |
| 18094651 | a year ago | | | 0 | 0.00023417693 | |
| 17888573 | a year ago | | | 0 | 0.00037294450 |
ABI
ABI objects
Getter at block 21187531 queryOneOfOneIndex() view returns (uint256 index)
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmSi8LhETmvKKfhhhiXBpRVsFJ5WGU2ULEBMfxZXPm1JKP/
burningPaused() view returns (bool)
false
cost() view returns (uint256)
50000000000000000
maxMintAmount() view returns (uint256)
10
maxSupply() view returns (uint256)
8888
mintingIndex() view returns (uint256)
7704
myTurtles() view returns (uint256[])
[]
name() view returns (string)
Turtle Shell Island
notRevealedUri() view returns (string)
ipfs://QmcaxsdghLGxoFNUssuyiViez7bJ1G3G1sopzjgjUgiR8m/
owner() view returns (address)
0xdcfbfc012a914758c4b62527a2770527b3279826
paused() view returns (bool)
true
publicSupply() view returns (uint256)
4443
revealed() view returns (bool)
true
shell() view returns (address)
0xadf0ac3059400edfb6131b9fe65feea6ca83ad76
shellMintingCost() view returns (uint256)
75000000000000000000
shellMintingPaused() view returns (bool)
true
stakingAddress() view returns (address)
0x8b2fda65cb4609a5f60c0a14c1ae33791a3d56ec
supply() view returns (uint256)
0
symbol() view returns (string)
TSI
totalSupply() view returns (uint256)
6989
turtleBurningCost() view returns (uint256)
20000000000000000000
turtlesMinted() view returns (uint256)
7723
turtlesPerAddressLimit() view returns (uint256)
8888
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
queryShell(address _address) view returns (uint256)
shellMintingCosts(uint256) view returns (uint256)
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)
turtleBurningCosts(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burnTurtle(uint256 _tokenId) payable
burnTwoTurtles(uint256 _turtle1, uint256 _turtle2)
mint(uint256 _mintAmount) payable
mintWithShell(uint256 _mintAmount) payable
renounceOwnership()
reveal(bool _revealed)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setBurningPaused(bool _state)
setCost(uint256 _newCost)
setNotRevealedURI(string _notRevealedURI)
setPublicMintingPaused(bool _state)
setPublicSupply(uint256 _amount)
setShellBurningCost(uint256 _shellCost)
setShellMintingCost(uint256 _shellCost)
setShellMintingPaused(bool _state)
setStakingAddress(address _stakingAddress)
setmaxMintAmount(uint256 _newmaxMintAmount)
setturtlesPerAddressLimit(uint256 _limit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri, address _shell, uint256 _oneOfOneStartingIndex, uint256 _oneOfOneIndex)
This contract contains no fallback and receive objects.
This contract contains no error objects.