PeacefulApeClub
Verified contract
Active on
Ethereum with 3,802 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "PeacefulApeClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19782175 | 7 months ago | | | 0 | 0.00036076959 | |
| 19692967 | 7 months ago | | | 0 | 0.00015855679 | |
| 19458167 | 8 months ago | | | 0 | 0.0011636608 | |
| 17155418 | 2 years ago | | | 0 | 0.00084377773 | |
| 16957971 | 2 years ago | | | 0 | 0.00078244218 | |
| 16321521 | 2 years ago | | | 0 | 0.00099056578 | |
| 16191130 | 2 years ago | | | 0 | 0.00093867861 | |
| 16191128 | 2 years ago | | | 0 | 0.0010495938 | |
| 16121974 | 2 years ago | | | 0 | 0.00064685366 | |
| 16121971 | 2 years ago | | | 0 | 0.00091994883 |
ABI
ABI objects
Getter at block 21258884
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmaurupNwsMgCnHHobiSbyCvBYhJBUVgZ8FYp7UC3dV9sR/
cost() view returns (uint256)
0
currentPhaseMintMaxAmount() view returns (uint256)
3000
maxMintAmount() view returns (uint256)
3000
maxSupply() view returns (uint256)
3000
name() view returns (string)
PeacefulApeClub
nextOwnerToExplicitlySet() view returns (uint256)
0
nftPerAddressLimit() view returns (uint256)
1
notRevealedUri() view returns (string)
ipfs://QmWxjg1xu7d2X2w1adXiMUzf4VVU4YwCRfqxkBMGM13S4q/hidden.json
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0x7addb3a6c32274713e8b82748a338929fd37fd6c
preSaleIsActive() view returns (bool)
false
preSalePaused() view returns (bool)
true
preSaleStart() view returns (uint32)
1646964000
publicSaleIsActive() view returns (bool)
true
publicSalePaused() view returns (bool)
false
publicSaleStart() view returns (uint32)
1647136800
revealed() view returns (bool)
true
symbol() view returns (string)
PAC
totalSupply() view returns (uint256)
3000
vipSaleIsActive() view returns (bool)
true
vipSalePaused() view returns (bool)
false
vipSaleStart() view returns (uint32)
1646618400
Read-only
balanceOf(address owner) view returns (uint256)
checkVIPMintAmount(address _account) view returns (uint256)
checkWhitelistMintAmount(address _account) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addController(address controller)
approve(address to, uint256 tokenId)
preSaleMint(uint256 _mintAmount) payable
publicSaleMint(uint256 _mintAmount) payable
removeController(address controller)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setNftPerAddressLimit(uint256 _limit)
setNotRevealedURI(string _notRevealedURI)
setOnlyWhitelisted(bool _state)
setPreSalePause(bool _state)
setPreSaleStart(uint32 timestamp)
setPublicSalePause(bool _state)
setPublicSaleStart(uint32 timestamp)
setVIPSalePause(bool _state)
setVIPSaleStart(uint32 timestamp)
setVIPUsers(address[] _accounts, uint256[] _amounts)
setcurrentPhaseMintMaxAmount(uint256 _newPhaseAmount)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
vipSaleMint(uint256 _mintAmount)
whitelistUsers(address[] _accounts, uint256[] _amounts)
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri, uint256 _maxSettingAmountPerMint, uint256 _maxCollectionSize)
This contract contains no fallback and receive objects.
This contract contains no error objects.