GOD IS APEPE
Verified contract
Active on
Ethereum with 4,311 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 "GOD IS APEPE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17984063 | a year ago | | | 0 | 0.0010707221 | |
| 16703400 | 2 years ago | | | 0 | 0.0019266676 | |
| 15787841 | 2 years ago | | | 0 | 0.00092885880 | |
| 15787140 | 2 years ago | | | 0 | 0.00089560788 | |
| 15787128 | 2 years ago | | | 0 | 0.00080835524 | |
| 15786639 | 2 years ago | | | 0 | 0.00077529853 | |
| 15610994 | 2 years ago | | | 0 | 0.00054896991 | |
| 15610985 | 2 years ago | | | 0 | 0.0010464725 | |
| 15607724 | 2 years ago | | | 0 | 0.00033360785 | |
| 15607715 | 2 years ago | | | 0 | 0.00043061123 |
ABI
ABI objects
Getter at block 21205976
FREE_MINT_LIMIT_PER_WALLET() view returns (uint256)
2
FREE_MINT_SUPPLY() view returns (uint256)
7777
IS_SALE_ACTIVE() view returns (bool)
true
MAX_MINT_PER_TX() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
7777
METADATA_FROZEN() view returns (bool)
false
PRICE() view returns (uint256)
2000000000000000
name() view returns (string)
GOD IS APEPE
owner() view returns (address)
0x2d0533cbe17ebedebbae7f94cb899926891459ea
symbol() view returns (string)
GIA
totalSupply() view returns (uint256)
7777
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)
returnCurrentMinterFreeMint(address minter) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events FreezeMetaData()
approve(address to, uint256 tokenId)
lowerMaxSupply(uint256 newMaxSupply)
mint(uint256 _mintAmount) payable
mintOwner(address _to, uint256 _mintAmount)
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)
setFreeMintLimitPerWallet(uint256 freeMintLimitPerWallet)
setFreeMintSupply(uint256 freeMintSupply)
setPrice(uint256 price)
setSalesActive(bool isSaleActive)
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(uint256 price, uint256 maxSupply, string baseUri, uint256 freeMintLimitPerWallet, uint256 maxMintPerTX, bool isSaleActive, uint256 freeMintSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()