Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BMI | ERC-20 | 460 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22724955 | a few seconds ago | | | 0 | 0.000000043011291648 | |
| 22724949 | a few seconds ago | | | 0 | 0.000000043031360151 | |
| 22724944 | a few seconds ago | | | 0 | 0.000000043040285496 | |
| 22724938 | a minute ago | | | 0 | 0.000000043041150984 | |
| 22724932 | a minute ago | | | 0 | 0.000000043149012426 | |
| 22724926 | a minute ago | | | 0 | 0.000000043351969362 | |
| 22724909 | 2 minutes ago | | | 0 | 0.000000044032242930 | |
| 22724897 | 2 minutes ago | | | 0 | 0.000000044483703108 | |
| 22724893 | 2 minutes ago | | | 0 | 0.000000044633378439 | |
| 22724875 | 3 minutes ago | | | 0 | 0.000000045094142613 |
ABI
ABI objects
Getter at block 22724957
INITIAL_MINT_LIMIT() view returns (uint256)
50
MAX_MINT_INTERVAL() view returns (uint256)
3600
MIN_MINT_INTERVAL() view returns (uint256)
300
ROUND_DURATION() view returns (uint256)
259200
decimals() view returns (uint8)
18
mintingEnded() view returns (bool)
false
multiplier() view returns (uint256)
1
name() view returns (string)
BasedMining
owner() view returns (address)
0x0000000000000000000000000000000000000000
roundStart() view returns (uint256)
1732172229
symbol() view returns (string)
BMI
totalSupply() view returns (uint256)
3050926576000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lastMint(address) view returns (uint256)
nextMintInterval(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
mint()
renounceOwnership()
setRound(uint256 _multiplier)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateRound()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)