MafiaBears
Verified contract
Active on
Ethereum with 982 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd093…fc1a
0x5604…87d6
0xf9b3…8867
0x3b84…9ebd
Balances ($0.00)
No balances found for "MafiaBears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16966489 | 2 years ago | | | 0 | 0.0015740936 | |
| 16952214 | 2 years ago | | | 0 | 0.0022063734 | |
| 16952211 | 2 years ago | | | 0 | 0.0014395474 | |
| 16936338 | 2 years ago | | | 0 | 0.0018339906 | |
| 16895197 | 2 years ago | | | 0 | 0.0015532808 | |
| 16848008 | 2 years ago | | | 0 | 0.0023092445 | |
| 16727473 | 2 years ago | | | 0 | 0.0027245106 | |
| 16711333 | 2 years ago | | | 0 | 0.00085338667 | |
| 16708811 | 2 years ago | | | 0 | 0.0017158162 | |
| 16652415 | 2 years ago | | | 0 | 0.0017426077 |
ABI
ABI objects
Getter at block 21271371
getPrice() view returns (uint256)
15000000000000000
getSalesStartAt() view returns (uint256)
1653051600
isEnabled() view returns (bool)
true
name() view returns (string)
MafiaBears
owner() view returns (address)
0xcb8765a6b51d104308111c773de6f8be0736ceba
symbol() view returns (string)
MB
totalSupply() view returns (uint256)
569
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBearEfficiency(uint256 tokenId) view returns (uint256)
getBearLevel(uint256 tokenId) view returns (uint256)
getHoneyAvailableForClaimAt(address owner, uint256 _ts) view returns (uint256)
getHoneyAvailableForClaimAt(uint256 _ts) view returns (uint256)
getLevelupPrice(uint256 currentRank) view returns (uint256)
getOwnerEfficiency(address owner) view returns (uint256)
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 allowValidator(address validatorAddress)
approve(address to, uint256 tokenId)
claimHoney()
disableContract()
disallowValidator(address validatorAddress)
enableContract()
levelUp(uint256 tokenId, uint256 honeyValue)
mint(uint256 amount) payable
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)
setBonusProgram(address bonusProgramAddress)
setHoney(address honeyAddress)
setPriceStrategy(address priceStrategyAddress)
setSalesStartAt(uint256 timestamp)
setSettings(address settingsAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
validatorBurn(uint256 tokenId)
validatorMint(address mintFor, uint256 tokenId)
validatorMintOne(address mintFor)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NewGodFather(address owner, uint256 tokenId, uint256 level, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, address settingsAddress, address honeyAddress, address priceStrategy, address bonusProgramAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.