BunkerBeasts
Verified contract
Active on
Ethereum with 2,101 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 "BunkerBeasts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213971 | a month ago | | | 0 | 0.00027841534 | |
| 20770231 | 3 months ago | | | 0 | 0.00016806688 | |
| 20652911 | 3 months ago | | | 0 | 0.000051811114 | |
| 20372386 | 5 months ago | | | 0 | 0.00017397542 | |
| 20002303 | 6 months ago | | | 0 | 0.00067160539 | |
| 20002299 | 6 months ago | | | 0 | 0.00072405284 | |
| 20002298 | 6 months ago | | | 0 | 0.00068371799 | |
| 19999453 | 6 months ago | | | 0 | 0.00078269584 | |
| 19999453 | 6 months ago | | | 0 | 0.00078269584 | |
| 19999450 | 6 months ago | | | 0 | 0.00078670536 |
ABI
ABI objects
Getter at block 21407232
MAX_BEASTS() view returns (uint256)
5000
MAX_BEAST_MINT() view returns (uint256)
50
maxBeasts() view returns (uint256)
5000
name() view returns (string)
BunkerBeasts
owner() view returns (address)
0x227483a4ee6f178dc7acf8998bdb7d2548416f4f
saleIsActive() view returns (bool)
true
symbol() view returns (string)
BBEASTS
totalSupply() view returns (uint256)
4037
Read-only
balanceOf(address owner) view returns (uint256)
canClaim(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getMintableTokenNumber(address user) view returns (uint256 mintableTokenNumber)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(uint256 tokenId) 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)
State-modifying
Events approve(address to, uint256 tokenId)
claimBeast(uint256 gonsTokenId)
claimNBeasts(uint256 numBeasts)
flipSaleState()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.