Baby Princess Ape Club
Verified contract
Proxy
Active on
Ethereum with 2,332 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
16 additional
variables
Balances ($0.00)
No balances found for "Baby Princess Ape Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20195704 | 4 months ago | | | 0 | 0.000074436169 | |
| 20051467 | 5 months ago | | | 0 | 0.00023571352 | |
| 19791514 | 6 months ago | | | 0 | 0.00032121090 | |
| 19172158 | 9 months ago | | | 0 | 0.00086784980 | |
| 19106718 | 9 months ago | | | 0 | 0.00041677062 | |
| 18987208 | 10 months ago | | | 0 | 0.00066706508 | |
| 18631928 | a year ago | | | 0 | 0.0017869671 | |
| 18318896 | a year ago | | | 0 | 0.00021567835 | |
| 18318894 | a year ago | | | 0 | 0.00022641837 | |
| 18223713 | a year ago | | | 0 | 0.00093942868 |
ABI
ABI objects
Getter at block 21168500
getNFTInfo() view returns (address _owner, string _name, uint32 _public_sale_purchase_limit, uint32 _total_quantity, uint32 _presale_start_time, uint32 _presale_end_time, uint32 _public_sale_start_time, uint32 _public_sale_end_time, uint32 _sold_quantity, struct BPACPaymentInfo[] _payment_list, uint256 _presale_price)
(_owner=0x06f70c95307905efa93d23ae11d9d0de7538b914, _name=Baby Princess Ape Club, _public_sale_purchase_limit=5, _total_quantity=1814, _presale_start_time=1640138400, _presale_end_time=1640404800, _public_sale_start_time=1640232000, _public_sale_end_time=1640404800, _sold_quantity=1813, _payment_list=[(0x0000000000000000000000000000000000000000, 50000000000000000, 88350920000000000000)], _presale_price=46780000000000000)
name() view returns (string)
Baby Princess Ape Club
owner() view returns (address)
0x06f70c95307905efa93d23ae11d9d0de7538b914
symbol() view returns (string)
BPAC
totalSupply() view returns (uint256)
1814
Read-only
admin(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
merkleRoots(bytes32) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presale_purchased_by_addr(address) view returns (uint32)
public_purchased_by_addr(address) view returns (uint32)
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)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addAdmin(address[] addrs)
adminMint(uint256 count)
approve(address to, uint256 tokenId)
initialize(uint32 _public_sale_purchase_limit, uint32 _total_quantity, uint32 _presale_start_time, uint32 _presale_end_time, uint32 _public_sale_start_time, uint32 _public_sale_end_time, struct BPACPaymentOption[] _payment, bytes32 _merkle_root, address _treasury, uint256 _presale_price)
presaleMint(uint256 index, uint256 amount, bytes32 root, bytes32[] proof) payable
publicSaleMint(uint8 number_of_nft) payable
removeAdmin(address[] addrs)
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_)
setMerkleRoot(bytes32 root)
setName(string _name)
setPresalePrice(uint256 _presale_price)
setSymbol(string _symbol)
setTime(uint32 _presale_start_time, uint32 _presale_end_time, uint32 _public_sale_start_time, uint32 _public_sale_end_time)
setTotalSuply(uint32 _total_quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.