Bored Trial Ape Club
Verified contract
Active on
Ethereum with 497 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 "Bored Trial Ape Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20571181 | 4 months ago | | | 0 | 0.00012289882 | |
| 19321868 | 10 months ago | | | 0 | 0.0011526531 | |
| 19272026 | 10 months ago | | | 0 | 0.0019744851 | |
| 18909982 | a year ago | | | 0 | 0.00049547933 | |
| 18837739 | a year ago | | | 0 | 0.0012070516 | |
| 17950463 | a year ago | | | 0 | 0.00056996992 | |
| 17915996 | a year ago | | | 0 | 0.00085712636 | |
| 17790858 | a year ago | | | 0 | 0.00078500120 | |
| 16978296 | 2 years ago | | | 0 | 0.0023329128 | |
| 16902679 | 2 years ago | | | 0 | 0.00068194643 |
ABI
ABI objects
Getter at block 21404859
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/Qmdqr2fA6yRKpsPVuBK2KqYG7geR2ER9CfDGNdnxYkG9qr/
freeMax() view returns (uint256)
193
maxSupply() view returns (uint256)
6969
mintPrice() view returns (uint256)
5000000000000000
name() view returns (string)
Bored Trial Ape Club
owner() view returns (address)
0xe7c7b5f38e5ea911bf22f90ef14383f3b5eb1d99
paused() view returns (bool)
false
publicMintEnabled() view returns (bool)
true
revealed() view returns (bool)
true
root() view returns (bytes32)
0xece9767cc4c562161047f69fdb7de28190c42182f17dd1f86db418096ce3fd53
symbol() view returns (string)
BTAC
totalSupply() view returns (uint256)
1382
wlMaxMint() view returns (uint256)
10
wlMintEnabled() view returns (bool)
true
wlMintPrice() view returns (uint256)
3000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalFreeMints(address) view returns (uint256)
totalWlMint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
enableBothMints()
pause()
publicMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setPrice(uint256 _mintPrice)
setRoot(bytes32 _root)
setWlPrice(uint256 _wlMintPrice)
setmaxWl(uint256 _wlMaxMint)
teamMint(address[] _address, uint256 _amount)
togglePublicMint()
toggleReveal()
toggleWlMint()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
whitelistMint(uint256 _quantity, bytes32[] proof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _initBaseURI, bytes32 _root)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()