BAP APES
Verified contract
Active on
Ethereum with 9,789 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x389d…c3ac
2 additional
variables
Balances ($0.00)
No balances found for "BAP APES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254227 | a day ago | | | 0 | 0.00096807075 | |
| 21249152 | 2 days ago | | | 0 | 0.00046522533 | |
| 21248505 | 2 days ago | | | 0 | 0.00049898685 | |
| 21247351 | 2 days ago | | | 0 | 0.00052879965 | |
| 21245613 | 2 days ago | | | 0 | 0.00060235291 | |
| 21240796 | 3 days ago | | | 0 | 0.00055949495 | |
| 21240777 | 3 days ago | | | 0 | 0.00050380850 | |
| 21240694 | 3 days ago | | | 0 | 0.00045097288 | |
| 21240586 | 3 days ago | | | 0 | 0.00057380655 | |
| 21240371 | 3 days ago | | | 0 | 0.00053064106 |
ABI
ABI objects
Getter at block 21261251
MAX_SUPPLY() view returns (uint256)
10000
mintLimit() view returns (uint256)
500
name() view returns (string)
BAP APES
owner() view returns (address)
0x3689540e39ac2e01f15942b099dba0fe14d471c2
portalPass() view returns (address)
0x389dcc122a2304a95ef929e71b7ef2504c6cc3ac
publicSupply() view returns (uint256)
0
reservedSupply() view returns (uint256)
0
secret() view returns (address)
0x38252e2ec7d24b48b02ecf12fe896161199a95e9
symbol() view returns (string)
BAPAPES
totalSupply() view returns (uint256)
10000
treasury() view returns (address)
0x36af9c1c4cdb2e9cfb4d7c83ae0116a585ce7f3c
treasurySupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOrchestrator(address) view returns (bool)
mintingDate(uint256) view returns (uint256)
mintingPrice(uint256) view returns (uint256)
notRefundable(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tierPrices(uint256) view returns (uint256)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletMinted(address, uint256) view returns (uint256)
State-modifying
Events airdrop(address to, uint256 amount)
approve(address to, uint256 tokenId)
confirmChange(uint256 tokenId)
exchangePass(address to, uint256 amount)
purchase(address to, uint256 amount, uint256 tier, bytes signature) payable
refund(address depositAddress, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setMintLimit(uint256 newLimit)
setOrchestrator(address operator, bool status)
setPortalPass(address portalAddress)
setSecret(address secretAddress)
setTreasury(address treasuryAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH(address to, uint256 amount)
Airdrop(address operator, address user, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintLimitChanged(uint256 limit, address operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PassExchanged(address operator, address user, uint256 amount)
Purchased(address operator, address user, uint256 amount)
Refunded(address user, uint256 tokenId)
TraitsChanged(address user, uint256 tokenId, uint256 newTokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address portalAddress, address secretAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.