Rekt APES
Verified contract
Active on
Ethereum with 1,004 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 "Rekt APES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16730629 | 2 years ago | | | 0 | 0.0017531803 | |
| 16307181 | 2 years ago | | | 0 | 0.00073489540 | |
| 16306854 | 2 years ago | | | 0 | 0.00073299651 | |
| 16306573 | 2 years ago | | | 0 | 0.00083411199 | |
| 16046388 | 2 years ago | | | 0 | 0.00046915983 | |
| 15512892 | 2 years ago | | | 0 | 0.00030477903 | |
| 15071150 | 2 years ago | | | 0 | 0.0011671250 | |
| 14996371 | 2 years ago | | | 0 | 0.00082706304 | |
| 14945391 | 2 years ago | | | 0 | 0.0051062047 | |
| 14918538 | 2 years ago | | | 0 | 0.0013934481 |
ABI
ABI objects
Getter at block 21219509
FREE_MAX_SUPPLY() view returns (uint256)
555
MAX_PER_TX() view returns (uint256)
10
MAX_PER_TX_FREE() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
3333
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmVDVrwPcx6muQPt4T9rou1wRa5SpWyf3KoJNvyvRoCzZu/
contractURI() view returns (string)
ipfs://QmWPqzr57L6WPZuJDhHUAkWZ2wEobB2GS67cAJpVAvQBUw
name() view returns (string)
Rekt APES
owner() view returns (address)
0x169f03af0f415f4a360920f06d525b8d9cdcf1b7
paused() view returns (bool)
true
price() view returns (uint256)
2000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
REKTAPES
totalSupply() view returns (uint256)
3333
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)
configFREE_MAX_SUPPLY(uint256 newFreesupply)
configMAX_SUPPLY(uint256 newSupply)
configPrice(uint256 newPrice)
configure()
mint(uint256 _amount) payable
pause(bool _state)
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_)
setContractURI(string _contractURI)
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)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()