Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "GTBaby"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21003027 | a month ago | | | 0 | 0.00064738026 | |
| 20568115 | 3 months ago | | | 0 | 0.000050928359 | |
| 19294708 | 9 months ago | | | 0 | 0.00069933286 | |
| 18093805 | a year ago | | | 0 | 0.0019357238 | |
| 17945710 | a year ago | | | 0 | 0.0013686142 | |
| 17173451 | 2 years ago | | | 0 | 0.0044308743 | |
| 17157118 | 2 years ago | | | 0 | 0.0033376627 | |
| 16978868 | 2 years ago | | | 0 | 0.0012356238 | |
| 16890069 | 2 years ago | | | 0 | 0.00085344622 | |
| 16887805 | 2 years ago | | | 0 | 0.0011330338 |
ABI
ABI objects
Getter at block 21213596
giraffetowerAddress() view returns (address)
0xb487a91382cd66076fc4c1af4d7d8ce7f929a9ba
gleafAddress() view returns (address)
0x55a23fb10506b2679d0c53b4468309c7105fb16f
name() view returns (string)
GTBaby
nameChangePrice() view returns (uint256)
10000000000000000000
owner() view returns (address)
0xeeea80336de5de37a3842280d737fe99394b5fc9
symbol() view returns (string)
GTBaby
totalSupply() view returns (uint256)
514
Read-only
balanceOf(address owner) view returns (uint256)
collectionFees(uint256) view returns (uint256 staked_fee, uint256 unstaked_fee, uint256 staked_fast_incubation_fee, uint256 unstaked_fast_incubation_fee, uint256 staked_fast_availability_fee, uint256 unstaked_fast_availability_fee)
collectionToLastBreedTime(string) view returns (uint256 tokenId, uint256 availableTime)
collectionWaitPeriods(uint256) view returns (uint256 incubation_period, uint256 wait_period, uint256 staked_incubation_period, uint256 staked_wait_period)
collection_details(uint256) view returns (string collection_name, uint256 start_time, uint256 end_time, uint256 max_supply, bool early_access, address collection_address, uint256 total_minted, bool status, uint256 min_balance)
getApproved(uint256 tokenId) view returns (address)
getGiraffeName(uint256 tokenId) view returns (string)
getParents(uint256 tokenId) view returns (uint256[])
getRevealTime(uint256 tokenId) view returns (uint256)
giraffeToOfffspring(uint256) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isAvailable(uint256 tokenId, uint256 collectionId) view returns (bool)
isNameReserved(string nameString) view returns (bool)
isRevealed(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
toLower(string str) pure returns (string)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdToIncubator(uint256) view returns (uint256 parentId1, uint256 parentId2, uint256 childId, uint256 revealTime, uint256 collectionId, address initiatorAddress, uint256 incubationStart)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
validateName(string str) pure returns (bool)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changeNamePrice(uint256 _price)
initiateBreeding(uint256 collection_id, uint256 _parentId1, uint256 _parentId2)
initiateCollection(uint256 collection_id, string collection_name, uint256 start_time, uint256 end_time, uint256 max_supply, address collection_address, bool status, bool early_access, uint256 min_balance)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBreedingEarlyAccess(uint256 collection_id, bool status)
setBreedingStatus(uint256 collection_id, bool status)
setCollectionFees(uint256 collection_id, uint256 staked_fee, uint256 unstaked_fee, uint256 staked_fast_incubation_fee, uint256 unstaked_fast_incubation_fee, uint256 staked_fast_availability_fee, uint256 unstaked_fast_availability_fee)
setCollectionMW(uint256 collection_id, uint256 minimum_balance, address collection_address)
setCollectionName(uint256 collection_id, string _collection_name)
setGiraffeName(uint256 tokenId, string name)
setGiraffetowerAddress(address _giraffetowerAddress)
setGleafAddress(address _gleafAddress)
setPr(address _address)
setWaitPeriods(uint256 collection_id, uint256 wait_period, uint256 incubation_period, uint256 staked_incubation_period, uint256 staked_wait_period)
speedUpChildReveal(uint256 _tokenId, uint256 _collectionId)
speedUpParentAvailability(uint256 _collectionId, uint256 _tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds(uint256 amount)
withdrawToken(address token, address recipient, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Collection(uint256 indexed collection_id, string indexed collection_name)
Mint(address indexed owner, uint256 indexed tokenId, uint256 indexed collectionId)
NameChange(uint256 tokenId, string name)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.