BITBEAST
Verified contract
Proxy
Active on
Ethereum with 7,234 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
9 additional
variables
Balances ($0.00)
No balances found for "BITBEAST"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21214454 | a day ago | | | 0 | 0.00052696316 | |
| 21214436 | a day ago | | | 0 | 0.00057392702 | |
| 21213920 | a day ago | | | 0 | 0.00069372309 | |
| 21211628 | 2 days ago | | | 0 | 0.00067780830 | |
| 21207750 | 2 days ago | | | 0 | 0.00072066522 | |
| 21206959 | 2 days ago | | | 0 | 0.00054317731 | |
| 21205331 | 2 days ago | | | 0 | 0.00080399331 | |
| 21204423 | 3 days ago | | | 0 | 0.0011342753 | |
| 21201898 | 3 days ago | | | 0 | 0.0010002492 | |
| 21201496 | 3 days ago | | | 0 | 0.00074594751 |
ABI
ABI objects
Getter at block 21222523 proxiableUUID() view returns (bytes32)
CURR_MINT_COST() view returns (uint256)
20000000000000000
MAX_MINT() view returns (uint256)
13000
baseURI() view returns (string)
https://a.akidcalledbeast.com/0xb586d1dc01178ce79046e00ede62a3218722dfdd/metadata/
beastListStarted() view returns (bool)
false
hasClaimStarted() view returns (bool)
true
keyAdr() view returns (address)
0xbe86f8d47a20b4461ba1c30d470779115912ff58
name() view returns (string)
BITBEAST
owner() view returns (address)
0x81cc5b913a872bc815a8a84ac08a55bc75d93c04
symbol() view returns (string)
BIT
totalSupply() view returns (uint256)
7118
Read-only
_walletsMinted(address) view returns (uint32)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
State-modifying
Events airdrop(address[] adrs)
approve(address operator, uint256 tokenId)
completeSetup()
initialSetup()
initialize()
mintBeastList(bytes32[] proof) payable
mintNft(uint256 amount, address vault)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setBeastListMinting(bytes32 _hash, uint256 cost, bool started)
setClaimStarted(bool _state)
setMaxMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
OperatorNotAllowed(address operator)