balicoin
Verified contract
Active on
Ethereum with 4,438 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001875 |
$0 | |
balic | ERC-20 | 2K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583353 | 2 years ago | | | 0 | 0.0010816863 | |
| 13465561 | 3 years ago | | | 0 | 0.0031504750 | |
| 12957845 | 3 years ago | | | 0 | 0.0018581841 | |
| 11438245 | 4 years ago | | | 0 | 0.0011809811 | |
| 10435560 | 4 years ago | | | 0 | 0.0014694990 | |
| 10429346 | 4 years ago | | | 0 | 0.0015839414 | |
| 10429335 | 4 years ago | | | 0 | 0.00070405500 | |
| 10429129 | 4 years ago | | | 0 | 0.0013230308 | |
| 10416854 | 4 years ago | | | 0 | 0.0012099461 | |
| 10410205 | 4 years ago | | | 0 | 0.0022027863 |
ABI
ABI objects
Getter at block 21278592
decimals() view returns (uint256)
18
name() view returns (string)
balicoin
owner() view returns (address)
0x24cd2863e684b6be0502326ac9feafc4322d157e
symbol() view returns (string)
BALIC
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.