Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Berry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261428 | a day ago | | | 0 | 0.00041987244 | |
| 21261393 | a day ago | | | 0 | 0.00036409769 | |
| 21261387 | a day ago | | | 0 | 0.00049260125 | |
| 21261355 | a day ago | | | 0 | 0.00040694546 | |
| 21261343 | a day ago | | | 0 | 0.00039817620 | |
| 21261286 | a day ago | | | 0 | 0.00053466949 | |
| 21259225 | 2 days ago | | | 0 | 0.00054397742 | |
| 21259196 | 2 days ago | | | 0 | 0.00042270577 | |
| 21258555 | 2 days ago | | | 0 | 0.00048369500 | |
| 21258527 | 2 days ago | | | 0 | 0.00049578246 |
ABI
ABI objects
Getter at block 21270588
decimals() view returns (uint8)
18
name() view returns (string)
Berry
owner_() view returns (address)
0xb3fe19147ac2dd39ebc4612b02d747664c6789ba
symbol() view returns (string)
BERRY
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256 balance)
locked_(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
lock(address owner)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unlock(address owner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address company, uint256 amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.