Future Turtles - Genesis
Verified contract
Active on
Ethereum with 1,828 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($139.29)
Native
Value
$139.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.055668 | $2,502.19 |
$139.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20632077 | 2 months ago | | | 0 | 0.000058910964 | |
| 20610065 | 2 months ago | | | 0 | 0.000025750916 | |
| 20396364 | 3 months ago | | | 0 | 0.000082120457 | |
| 20378463 | 3 months ago | | | 0 | 0.00026396664 | |
| 20149550 | 4 months ago | | | 0 | 0.00010906037 | |
| 20149542 | 4 months ago | | | 0 | 0.00016481703 | |
| 19877379 | 6 months ago | | | 0 | 0.00048969034 | |
| 19826435 | 6 months ago | | | 0 | 0.00028726415 | |
| 19769430 | 6 months ago | | | 0 | 0.00069867679 | |
| 19577305 | 7 months ago | | | 0 | 0.00086770801 |
ABI
ABI objects
Getter at block 21099667
QD() view returns (uint256)
0
especialSupply() view returns (uint256)
5
hiddenMetadataUri() view returns (string)
ipfs://QmWBkfDo8mW173WawGr7SENAW3tgNSRAHhY5wBaWPGLC27
isPresale() view returns (bool)
true
maxMintAmountPresale() view returns (uint256)
5
maxMintAmountProject() view returns (uint256)
100
maxPresale1() view returns (uint256)
1000
maxPresale2() view returns (uint256)
5200
maxPresale3() view returns (uint256)
7200
maxPresale4() view returns (uint256)
9100
maxSupply() view returns (uint256)
4995
name() view returns (string)
Future Turtles - Genesis
owner() view returns (address)
0x29c41b7a4a91a78668d1b45e5c3eea2381d4135b
presalecost() view returns (uint256)
68000000000000000
publiccost() view returns (uint256)
98000000000000000
releasePhase() view returns (uint256)
1
revealed1() view returns (bool)
true
revealed2() view returns (bool)
false
revealed3() view returns (bool)
false
revealed4() view returns (bool)
false
supplyStage1() view returns (uint256)
4995
supplyStage2() view returns (uint256)
2000
supplyStage3() view returns (uint256)
2000
supplyStage4() view returns (uint256)
1000
symbol() view returns (string)
FT
totalSupply() view returns (uint256)
2017
uriPrefixStage1() view returns (string)
ipfs://QmPLZ9L5Yrywk4HN35XSdb1UWr1PCc74MmqEBhZWQDpfQY/
uriPrefixStage2() view returns (string)
uriPrefixStage3() view returns (string)
uriPrefixStage4() view returns (string)
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintBalances(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdropEspecials(address[] _receivers, uint256 inicialId)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
presaleMint(uint256 _mintAmount, bytes32 _hash, bytes _signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setIsPresale()
setRevealed1()
setRevealed2()
setRevealed3()
setRevealed4()
setSigner(address _address)
setUriPrefixStage1(string _uriPrefix)
setUriPrefixStage2(string _uriPrefix)
setUriPrefixStage3(string _uriPrefix)
setUriPrefixStage4(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRelease(uint256 _releasePhase)
withdrawAll() 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(address[] _payees, uint256[] _shares, string _hiddenMetadataUri, address _SIGNER)
This contract contains no fallback and receive objects.
This contract contains no error objects.