Balances ($0.00)
No balances found for "Basethereum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19168520 | 2 months ago | | | 0 | 1.1632361e-7 | |
| 18549619 | 2 months ago | | | 0 | 0.000000099310200000 | |
| 18175295 | 3 months ago | | | 0 | 6.5913656e-7 | |
| 13561889 | 6 months ago | | | 0 | 0.0000027252054 | |
| 13529221 | 6 months ago | | | 0 | 0.0000010941919 | |
| 4361940 | a year ago | | | 0 | 2.6644200e-7 | |
| 2673843 | a year ago | | | 0 | 4.8444000e-7 | |
| 2655197 | a year ago | | | 0 | 0.000000080743213452 | |
| 2644582 | a year ago | | | 0 | 4.8444000e-7 | |
| 2412876 | a year ago | | | 0 | 0.0000048444000 |
ABI
ABI objects
Getter at block 21826345
INITIAL_AIRDROP_WALLET_DISTRIBUTION() view returns (uint256)
0
INITIAL_GENESIS_POOL_DISTRIBUTION() view returns (uint256)
25000000000000000000
INITIAL_TOMB_POOL_DISTRIBUTION() view returns (uint256)
10000000000000000000
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
Basethereum
operator() view returns (address)
0x97df582cabb7a525268255d6702c47150f2783d5
owner() view returns (address)
0x97df582cabb7a525268255d6702c47150f2783d5
rewardPoolDistributed() view returns (bool)
true
symbol() view returns (string)
BETH
totalSupply() view returns (uint256)
58047925241962398488
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeReward(address _genesisPool, address _tombPool)
governanceRecoverUnsupported(address _token, uint256 _amount, address _to)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
killSniper(address _sniper)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.