Ape Reunion
Verified contract
Active on
Ethereum with 25,810 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APE_REUNION | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160142 | 5 hours ago | | | 0 | 0.00088058424 | |
| 21157848 | 12 hours ago | | | 0 | 0.0023516014 | |
| 21149899 | 2 days ago | | | 0 | 0.00043061709 | |
| 21149029 | 2 days ago | | | 0 | 0.00061825574 | |
| 21143229 | 3 days ago | | | 0 | 0.00050620449 | |
| 21143008 | 3 days ago | | | 0 | 0.0041725177 | |
| 21127638 | 5 days ago | | | 0 | 0.00077904084 | |
| 21125369 | 5 days ago | | | 0 | 0.0013382875 | |
| 21125024 | 5 days ago | | | 0 | 0.00019138508 | |
| 21124966 | 5 days ago | | | 0 | 0.00030568949 |
ABI
ABI objects
Getter at block 21161522
amountForDevs() view returns (uint256)
999
amountForPublic() view returns (uint256)
3000
maxPerWallet() view returns (uint256)
3
maxSupply() view returns (uint256)
10000
mintEndTime() view returns (uint256)
0
name() view returns (string)
Ape Reunion
owner() view returns (address)
0x05054c184112d1dfdf556a1979922703d99e86a0
ownsRuggedERC721Token() view returns (bool)
false
reunionListAuxMintsRemaining() view returns (uint64)
0
reunionListMintsRemaining() view returns (uint256)
0
ruggedERC1155ContractAddress() view returns (address)
0x9081fa623bc7418982174b61ece7351095f74e58
ruggedERC721ContractAddress() view returns (address)
0xd16bdccae06dfd701a59103446a17e22e9ca0ef0
symbol() view returns (string)
APE_REUNION
totalMinted() view returns (uint256)
10000
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
ownsRuggedERC1155Token(uint256 tokenId) view returns (bool)
reunionList(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinutesToMintTime(uint32 n)
approve(address to, uint256 tokenId)
mint(uint256 quantity)
ownerMint(uint256 quantity)
renounceOwnership()
reunionListMint(uint256 quantity)
reunionListMintAux(uint64 quantity)
rugVictimMintERC1155(uint256 quantity, uint256 tokenId)
rugVictimMintERC721(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedReunionList(address[] addresses, uint256[] numSlots)
seedReunionListAux(address[] addresses, uint64[] numSlots)
setAmountForDevs(uint256 amount)
setAmountForPublic(uint256 amount)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMintEndTime(uint32 timestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRuggedERC1155ContractAddress(address ruggedAddress)
updateRuggedERC721ContractAddress(address ruggedAddress)
withdrawMoney()
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(uint256 maxPerWallet_, uint256 maxSupply_, uint256 amountForDevs_, uint256 amountForPublic_, string placeholderUri_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()