Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "FGP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20988792 | 24 days ago | | | 0 | 0.00036168503 | |
| 20620520 | 2 months ago | | | 0 | 0.00018900376 | |
| 20204868 | 4 months ago | | | 0 | 0.00045518876 | |
| 20204866 | 4 months ago | | | 0 | 0.00038499800 | |
| 20204864 | 4 months ago | | | 0 | 0.00053150854 | |
| 20197444 | 4 months ago | | | 0 | 0.000074875166 | |
| 20197441 | 4 months ago | | | 0 | 0.00012150510 | |
| 20194887 | 4 months ago | | | 0 | 0.000067115269 | |
| 20111426 | 5 months ago | | | 0 | 0.00022278074 | |
| 20111135 | 5 months ago | | | 0 | 0.00016245343 |
ABI
ABI objects
Getter at block 21158031
_baseURI() view returns (string)
https://fertile-guppies.herokuapp.com/nft/metadata/
firstAirDropSupply() view returns (uint256)
977
firstPrice() view returns (uint256)
35000000000000000
isPaused() view returns (bool)
true
isPreSalePaused() view returns (bool)
false
isSecondPaused() view returns (bool)
true
isThirdPaused() view returns (bool)
true
maxSupply() view returns (uint256)
7899
maxTrx() view returns (uint256)
5
name() view returns (string)
FGP
owner() view returns (address)
0x36eb6a99a90835384ef147f5c42da0122f613cf9
reserve() view returns (uint256)
1400
secondPrice() view returns (uint256)
40000000000000000
symbol() view returns (string)
FGP
thirdPrice() view returns (uint256)
45000000000000000
totalSupply() view returns (uint256)
2178
Read-only
_addressExist(address) view returns (bool)
_whiteList(address) view returns (address userAddress, uint256 counter)
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)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addWhiteListBundle(address[] whiteAddress, uint256[] counter)
approve(address to, uint256 tokenId)
firstAirDrop(uint256 quantity) payable
flipPauseStatus()
flipPreSalePauseStatus()
flipSecondPauseStatus()
flipThirdPauseStatus()
publicMint(uint256 chosenAmount) payable
reserveTokens(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
secondAirDrop(uint256 chosenAmount) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
thirdAirDrop(uint256 chosenAmount) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.