Brawler Bearz Access Pass
Verified contract
Active on
Ethereum with 3,735 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 "Brawler Bearz Access Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102576 | 12 days ago | | | 0 | 0.00011722560 | |
| 19659467 | 7 months ago | | | 0 | 0.00025072888 | |
| 19498409 | 8 months ago | | | 0 | 0.00048156000 | |
| 19126204 | 9 months ago | | | 0 | 0.00047407747 | |
| 18873560 | a year ago | | | 0 | 0.00035079563 | |
| 18803586 | a year ago | | | 0 | 0.00066769527 | |
| 18301411 | a year ago | | | 0 | 0.00014703600 | |
| 18280577 | a year ago | | | 0 | 0.00016684706 | |
| 18000565 | a year ago | | | 0 | 0.00030803130 | |
| 17917019 | a year ago | | | 0 | 0.00031413389 |
ABI
ABI objects
Getter at block 21189402
isLive() view returns (bool)
true
liveAt() view returns (uint256)
1658610000
maxSupply() view returns (uint256)
445
name() view returns (string)
Brawler Bearz Access Pass
owner() view returns (address)
0xedc0f30d965476921359c055821411fc3c3f3e75
price() view returns (uint256)
10000000000000000
symbol() view returns (string)
BBPASS
totalSupply() view returns (uint256)
1858
treasury() view returns (address)
0x593b94c059f37f1af542c25a0f4b22cd2695fb68
Read-only
addressToMinted(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
canMint(address _address) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
hasMinted(address _address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address[] _addresses)
approve(address to, uint256 tokenId)
mint() payable
paperhands(uint256[] _burnTokenIds)
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)
setLiveAt(uint256 _liveAt)
setMaxSupply(uint256 _maxSupply)
setTreasury(address _treasury)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()