Galactic Apes
Verified contract
Active on
Ethereum with 17,836 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Galactic Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224109 | 5 days ago | | | 0 | 0.00089230003 | |
| 21219985 | 5 days ago | | | 0 | 0.00090113202 | |
| 21200427 | 8 days ago | | | 0 | 0.00028809474 | |
| 21200427 | 8 days ago | | | 0 | 0.00050266434 | |
| 21199423 | 8 days ago | | | 0 | 0.00062234993 | |
| 21176794 | 11 days ago | | | 0 | 0.00097711216 | |
| 21170347 | 12 days ago | | | 0 | 0.0011578509 | |
| 21153444 | 14 days ago | | | 0 | 0.00065836671 | |
| 21145157 | 16 days ago | | | 0 | 0.0013198674 | |
| 21113788 | 20 days ago | | | 0 | 0.00022448295 |
ABI
ABI objects
Getter at block 21256401
getMintEnabled() view returns (bool)
true
getPerAccount() view returns (uint16)
250
getPerMint() view returns (uint8)
10
imagesHash() view returns (uint256)
0
name() view returns (string)
Galactic Apes
owner() view returns (address)
0x4821acf3f9795bb903b6ddc95d7fe52fd0287572
symbol() view returns (string)
GALAPE
totalSupply() view returns (uint256)
9998
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMetaHash(uint256 id) view returns (uint256)
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)
mint(uint256 amount) payable
mintReserved(address[] accounts, uint16 start)
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)
setImagesHash(uint256 _imagesHash)
setMetaHash(uint256 id, uint256 _hash)
setPerAccount(uint16 _perAccount)
setPerMint(uint8 _perMint)
toggleMintEnabled()
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)
updateMetaHash(address arg0, uint256 arg1, uint256 arg2)
constructor(string name, string symbol, string _defaultURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.