RektApeCopeClub
Verified contract
Active on
Ethereum with 10,803 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 "RektApeCopeClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21129778 | 4 days ago | | | 0 | 0.00076545993 | |
| 21114254 | 6 days ago | | | 0 | 0.00030561199 | |
| 21101193 | 8 days ago | | | 0 | 0.00052917920 | |
| 20982462 | 25 days ago | | | 0 | 0.00022324852 | |
| 20908086 | a month ago | | | 0 | 0.00019215647 | |
| 20864137 | a month ago | | | 0 | 0.00045609920 | |
| 20654540 | 2 months ago | | | 0 | 0.000077838623 | |
| 20581775 | 3 months ago | | | 0 | 0.000057770200 | |
| 20581775 | 3 months ago | | | 0 | 0.000063416096 | |
| 20581772 | 3 months ago | | | 0 | 0.000052740629 |
ABI
ABI objects
Getter at block 21158122
FREE_PER_WALLET() view returns (uint256)
2
MAX_PER_TX() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
10000
name() view returns (string)
RektApeCopeClub
owner() view returns (address)
0xaf236432e9a1c9bcea0404837d897700f48d48be
price() view returns (uint256)
6900000000000000
saleOpen() view returns (bool)
true
symbol() view returns (string)
REKT
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)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnTokens()
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)
setMaxFree(uint256 _supply)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()