GuldenGorillas
Verified contract
Active on
Ethereum with 148 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaaa6…d019
Balances ($0.00)
No balances found for "GuldenGorillas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19028515 | 10 months ago | | | 0 | 0.00084216649 | |
| 18994931 | 10 months ago | | | 0 | 0.0023350500 | |
| 18799698 | a year ago | | | 0 | 0.0029445890 | |
| 17862490 | a year ago | | | 0 | 0.00082445369 | |
| 17138334 | 2 years ago | | | 0 | 0.0019976960 | |
| 17005741 | 2 years ago | | | 0 | 0.00094717954 | |
| 16693874 | 2 years ago | | | 0 | 0.0016688420 | |
| 16266073 | 2 years ago | | | 0 | 0.00050972723 | |
| 15990531 | 2 years ago | | | 0 | 0.0015784657 | |
| 15774694 | 2 years ago | | | 0 | 0.00062549810 |
ABI
ABI objects
Getter at block 21178494
authorAddress() view returns (address)
0x0000000000000000000000000000000000000000
ceoAddress() view returns (address)
0xbcd7247756be53fe42d8868f92549c54e7e64152
cfoAddress() view returns (address)
0xbcd7247756be53fe42d8868f92549c54e7e64152
cooAddress() view returns (address)
0xbcd7247756be53fe42d8868f92549c54e7e64152
endpoint() view returns (string)
https://mindhouse.io:3100/metadata/
isToonInterface() pure returns (bool)
true
maxPromoToons() view returns (uint32)
1000
maxSupply() view returns (uint256)
1000
name() view returns (string)
GuldenGorillas
owner() view returns (address)
0xbcd7247756be53fe42d8868f92549c54e7e64152
paused() view returns (bool)
false
promoToonsMinted() view returns (uint32)
61
saleAuction() view returns (address)
0xaaa688ac2755cb6a27d123a0300bcf793c9ed019
symbol() view returns (string)
CTN
totalSupply() view returns (uint256)
61
Read-only
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getToonInfo(uint256 _id) view returns (uint256 genes, uint256 birthTime, address owner)
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)
State-modifying
Events approve(address _to, uint256 _tokenId)
changeEndpoint(string newEndpoint)
createPromoToon(uint256 _genes, address _owner)
createSaleAuction(uint256 _toonId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
pause()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setCEO(address _newCEO)
setCFO(address _newCFO)
setCOO(address _newCOO)
setSaleAuctionAddress(address _address)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed _owner, address indexed _approved, uint256 _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 _tokenId)
constructor(string _name, string _symbol, uint256 _maxSupply, uint32 _maxPromoToons, address _author)
This contract contains no fallback and receive objects.
This contract contains no error objects.