Bearseum
Verified contract
Active on
Ethereum with 4,913 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "Bearseum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21191400 | 9 days ago | | | 0 | 0.00069388125 | |
| 21191312 | 9 days ago | | | 0 | 0.0016493922 | |
| 21191310 | 9 days ago | | | 0 | 0.0016493922 | |
| 20856412 | 2 months ago | | | 0 | 0.00017648470 | |
| 20809986 | 2 months ago | | | 0 | 0.00031773543 | |
| 20724439 | 2 months ago | | | 0 | 0.00014049541 | |
| 20651477 | 3 months ago | | | 0 | 0.000050311987 | |
| 20627992 | 3 months ago | | | 0 | 0.00041032721 | |
| 20421609 | 4 months ago | | | 0 | 0.00018877582 | |
| 20271367 | 4 months ago | | | 0 | 0.00010885471 |
ABI
ABI objects
Getter at block 21255083
BearsMintedForPromotion() view returns (uint256)
149
_Bullseum() view returns (address)
0x0000000000000000000000000000000000000000
bearsFreeMinted() view returns (uint256)
1386
maxSupply() view returns (uint256)
10000
name() view returns (string)
Bearseum
owner() view returns (address)
0x58b01d124bfd5f2f5227ce83b109e8757acec991
paused() view returns (bool)
false
rootFreeMinting() view returns (bytes32)
0xd4685b7e423bf0ac949622a49a73dac17dded15d7171a6d46f09bd31382781a9
rootPresale() view returns (bytes32)
0xcacfe130acb939ad7c34abda2c7fa3bd0a8996c3ee26046fa0377fb03fbb18e0
symbol() view returns (string)
BEARS
totalSupply() view returns (uint256)
5000
unitBearPrice() view returns (uint256)
80000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
bearsAvailable(address) view returns (uint256)
geneOf(uint256 tokenId) view returns (uint256 gene)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedForFree(address) 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)
verifyFreeMint(address leaf, uint256 amount, bytes32[] proof) view returns (bool)
verifyPreSale(address leaf, bytes32[] proof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claimMyFreeBears(uint256 bearsToMint)
getApprovedToFreeMint(uint256 bullsAmount, address leaf, bytes32[] proof)
mintForPromotion(uint256 amount) returns (bool)
mintPreSale(uint256 amount, address leaf, bytes32[] proof) payable returns (bool)
mintPublicSale(uint256 amount) payable returns (bool)
pause()
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, uint256 id)
setPauseFreeMinting(bool paused)
setPausePresale(bool paused)
setPausePublicSale(bool paused)
setRootFreeMinting(bytes32 _root)
setRootPresale(bytes32 _root)
setUnitBearPrice(uint256 newBearPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BearMinted(uint256 indexed tokenId, uint256 newGene)
BearPriceChanged(uint256 unitBearPrice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.