Barley Finance
Verified contract
Active on
Ethereum with 1,932 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OPIUM | ERC-20 | 256.389289 | $0.043222 |
$11.08 | |
BARL | ERC-20 | 77.567766K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21137290 | 3 days ago | | | 0 | 0.00052162683 | |
| 20992311 | 23 days ago | | | 0 | 0.00094213230 | |
| 20841284 | a month ago | | | 0 | 0.00053028483 | |
| 20841284 | a month ago | | | 0 | 0.00048317605 | |
| 20651024 | 2 months ago | | | 0 | 0.00012259839 | |
| 20623316 | 2 months ago | | | 0 | 0.000052590975 | |
| 20621068 | 2 months ago | | | 0 | 0.00017293317 | |
| 20584354 | 3 months ago | | | 0 | 0.00017058695 | |
| 20340734 | 4 months ago | | | 0 | 0.00024753250 | |
| 20303298 | 4 months ago | | | 0 | 0.000051493830 |
ABI
ABI objects
Getter at block 21160326
decimals() view returns (uint8)
18
name() view returns (string)
Barley Finance
symbol() view returns (string)
BARL
totalSupply() view returns (uint256)
99736863461028092399377045
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
Burn(address indexed user, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.