Ape Invaders
Verified contract
Active on
Ethereum with 5,615 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 "Ape Invaders"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21190885 | 14 days ago | | | 0 | 0.00091383977 | |
| 20890818 | 2 months ago | | | 0 | 0.00025185675 | |
| 20884512 | 2 months ago | | | 0 | 0.00018692959 | |
| 20787128 | 2 months ago | | | 0 | 0.00046139458 | |
| 20449166 | 4 months ago | | | 0 | 0.00035083605 | |
| 20068355 | 6 months ago | | | 0 | 0.00051205130 | |
| 19741210 | 7 months ago | | | 0 | 0.00024308256 | |
| 18578205 | a year ago | | | 0 | 0.0019821490 | |
| 17667316 | a year ago | | | 0 | 0.00068759624 | |
| 17639064 | a year ago | | | 0 | 0.00096797875 |
ABI
ABI objects
Getter at block 21288395
MAX_PER_TX_PLUS_ONE() view returns (uint256)
6
MAX_SUPPLY_PLUS_ONE() view returns (uint256)
5501
PRICE_IN_WEI() view returns (uint256)
55000000000000000
RESERVES() view returns (uint256)
100
baseURI() view returns (string)
ipfs://QmRsk3JRCkUZk1aTrW8NSoH18h4sfKnaW4LvY1YWQj8eWE/
name() view returns (string)
Ape Invaders
owner() view returns (address)
0x61c814de445cb3b0bca43808138a6e11f3ea1929
paused() view returns (bool)
false
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
AI
totalSupply() view returns (uint256)
5500
verifier() view returns (address)
0xf3dbb99573b645419a9cf18f839249d0a246118f
Read-only
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)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
walletCount(address) view returns (uint256)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes _data)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
collectReserves()
flipProxyState(address _proxyAddress)
flipSale()
mint(uint256 _count) payable
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)
setProxyRegistryAddress(address _proxyRegistryAddress)
setVerifier(address _newVerifier)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _count, bytes _signature) payable
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, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.