Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Blotix"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21228244 | 8 days ago | | | 0 | 0.00071746158 | |
| 21227926 | 8 days ago | | | 0 | 0.00053789437 | |
| 21201478 | 11 days ago | | | 0 | 0.0010286239 | |
| 21181824 | 14 days ago | | | 0 | 0.0013926322 | |
| 21177026 | 15 days ago | | | 0 | 0.00080909235 | |
| 21173675 | 15 days ago | | | 0 | 0.0013590951 | |
| 21170382 | 16 days ago | | | 0 | 0.0011631304 | |
| 21162741 | 17 days ago | | | 0 | 0.00069090102 | |
| 21115180 | 24 days ago | | | 0 | 0.00023632402 | |
| 21115009 | 24 days ago | | | 0 | 0.00022802073 |
ABI
ABI objects
Getter at block 21283652
decimals() view returns (uint8)
18
name() view returns (string)
Blotix
symbol() view returns (string)
BLX
totalSupply() view returns (uint256)
999000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) 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, uint8 _decimals, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.