Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "BASE20"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2421362 | a year ago | | | 0 | 0.0000024151013 | |
| 1968792 | a year ago | | | 0 | 0.000036244410 | |
| 1968413 | a year ago | | | 0 | 0.000069169573 | |
| 1967967 | a year ago | | | 0 | 0.000069653621 | |
| 1967953 | a year ago | | | 0 | 0.000069149093 | |
| 1967911 | a year ago | | | 0 | 0.000039316803 | |
| 1967905 | a year ago | | | 0 | 0.000069167033 | |
| 1967897 | a year ago | | | 0 | 0.000069167031 | |
| 1967849 | a year ago | | | 0 | 0.000039334776 | |
| 1967846 | a year ago | | | 0 | 0.000039334741 |
ABI
ABI objects
Getter at block 22941228
decimals() view returns (uint256)
6
name() view returns (string)
BASE20
symbol() view returns (string)
BASE20
totalSupply() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name, string _symbol, uint256 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.