RektApe

Verified contract

Active on Ethereum with 1,219 txns
Deployed by via 0x56b89c09 at 14870796
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Native
Value $2,042.46
0x59e5536f3fdc39397e60a1e5c4e2fb6422174bcb69e039565e3dfbfed6e48120
0xea868da375908de7a694103d9e7224f85eb8b02c6637db34f90fb68016b01a72
0x56da66cc04e72b1b84a957299176264d73b776642647776bf4b6dafc9127b58e
0x06e48cca7599bfb39e681382426abe9ae0684994ec3a06dd4cd23372d0793cb9
0xaeab818459349ee5e8c7534c893d14537d21cf24b2f72717330d5ba4bd5c3611
0xfee2f238fad147a9ec2c45fa9321ac7e5a879c2694d3a6f434c345246d850905
0x02901361affa9980a89a2a69d3c3f6ee01b2ce4948b01d38b7c6304361119dbc
0xfd340a4f3cbab30bd7156c6ae2888fb45a22cae5b603ddd7d29decc128544a3a
0xcfccd757586bc2719f5fe5d2a28ee8213097f9489a6eba796db10e9d36d47dcd
0x019c78f1e4c423ab04cb59041ae0bae9ac90801d0e2fe96d0e1d59814380d713

Functions
Getter at block 20930101
config(view returns (uint256 maxSupplyuint256 reserveduint256 firstFreeMintuint256 mintPriceuint256 maxTokenPerAddressstring baseTokenUrl)
(maxSupply=10000, reserved=0, firstFreeMint=9000, mintPrice=5000000000000000, maxTokenPerAddress=10, baseTokenUrl=ipfs://QmQoFAbxENZgCZNTx3tBq14LejNXrxRYdTYyGUZdpw8ZoC/)
isMintStarted(view returns (bool)
true
maxFreeMintAmountPerTx(view returns (uint256)
10
maxMintAmountPerTx(view returns (uint256)
10
name(view returns (string)
RektApe
owner(view returns (address)
0xed15759cfffb4bfe3f028a39bdfee177b4dbfb99
symbol(view returns (string)
REKTAPE
totalSupply(view returns (uint256)
9008
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] addressesuint256[] quantities
approve(address touint256 tokenId
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBundleProps(uint256 maxFreeMintAmountPerTx_uint256 maxMintAmountPerTx_
setConfig(struct CommonNftConfig config_
toggleMintStart(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(