Earnbase
Verified contract
Active on
Ethereum with 1,876 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 |
---|---|---|---|---|---|
ENB | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20793660 | 2 months ago | | | 0 | 0.00079355059 | |
| 20640384 | 2 months ago | | | 0 | 0.00013861088 | |
| 20487728 | 3 months ago | | | 0 | 0.00017517288 | |
| 20455930 | 3 months ago | | | 0 | 0.00015372487 | |
| 20446487 | 3 months ago | | | 0 | 0.00015258291 | |
| 20234651 | 4 months ago | | | 0 | 0.00053339881 | |
| 20211658 | 4 months ago | | | 0 | 0.00026563066 | |
| 20169764 | 5 months ago | | | 0 | 0.00056209730 | |
| 20125666 | 5 months ago | | | 0 | 0.00031948413 | |
| 20105176 | 5 months ago | | | 0 | 0.00019277174 |
ABI
ABI objects
Getter at block 21172289
decimals() view returns (uint8)
18
governance() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Earnbase
symbol() view returns (string)
ENB
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.