Bethereum
Verified contract
Active on
Ethereum with 21,392 txns
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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 42M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 17.778K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
WDT | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20985553 | 24 days ago | | | 0 | 0.00072739501 | |
| 20613198 | 2 months ago | | | 0 | 0.00020169396 | |
| 20452906 | 3 months ago | | | 0 | 0.000052699000 | |
| 19836080 | 6 months ago | | | 0 | 0.000096620000 | |
| 19836075 | 6 months ago | | | 0 | 0.000095534963 | |
| 19631855 | 7 months ago | | | 0 | 0.0011262302 | |
| 18776028 | a year ago | | | 0 | 0.0019811942 | |
| 18532554 | a year ago | | | 0 | 0.00083133530 | |
| 18392063 | a year ago | | | 0 | 0.0012652420 | |
| 18362933 | a year ago | | | 0 | 0.00059668578 |
ABI
ABI objects
Getter at block 21159445
_decimals() view returns (uint8)
18
_name() view returns (string)
Bethereum
_symbol() view returns (string)
BETHER
decimals() view returns (uint8 decimals)
18
mintingFinished() view returns (bool)
true
name() view returns (string name)
Bethereum
owner() view returns (address)
0x10c27af37a38e0bca4a7fe8492c8ac46a5329c8f
paused() view returns (bool)
false
symbol() view returns (string symbol)
BETHER
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _address) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed from, address indexed to, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
Unpause()
constructor()
fallback()
This contract contains no error objects.