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 "Bean"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254162 | 6 days ago | | | 0 | 0.00045496606 | |
| 20639152 | 3 months ago | | | 0 | 0.000055233856 | |
| 20639063 | 3 months ago | | | 0 | 0.00030245023 | |
| 20597301 | 3 months ago | | | 0 | 0.000023824155 | |
| 20556538 | 3 months ago | | | 0 | 0.000082182946 | |
| 20556537 | 3 months ago | | | 0 | 0.000079198783 | |
| 20518796 | 4 months ago | | | 0 | 0.000052585958 | |
| 20518794 | 4 months ago | | | 0 | 0.000056315341 | |
| 20323156 | 4 months ago | | | 0 | 0.00012009910 | |
| 20137009 | 5 months ago | | | 0 | 0.000072357068 |
ABI
ABI objects
Getter at block 21295096
decimals() view returns (uint8)
6
name() view returns (string)
Bean
owner() view returns (address)
0xc1e088fc1323b20bcbee9bd1b9fc9546db5624c5
symbol() view returns (string)
BEAN
totalSupply() view returns (uint256)
71757329435020
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)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.