Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($53.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUSHI | ERC-20 | 50 | $1.078 |
$53.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21190631 | 12 days ago | | | 0 | 0.00071002102 | |
| 21190628 | 12 days ago | | | 0 | 0.00069061215 | |
| 21095533 | a month ago | | | 0 | 0.00047547064 | |
| 20724026 | 3 months ago | | | 0 | 0.00033631167 | |
| 20724024 | 3 months ago | | | 0 | 0.00025277987 | |
| 20724021 | 3 months ago | | | 0 | 0.00025176649 | |
| 20724018 | 3 months ago | | | 0 | 0.0063021001 | |
| 20614685 | 3 months ago | | | 0 | 0.000046687517 | |
| 20452187 | 4 months ago | | | 0 | 0.000078544357 | |
| 20275590 | 5 months ago | | | 0 | 0.00019451242 |
ABI
ABI objects
Getter at block 21278466
decimals() view returns (uint8)
18
name() view returns (string)
BACON
owner() view returns (address)
0x5db53185393e3ccacd4bb95733c012ae292758d7
symbol() view returns (string)
BACON
totalSupply() view returns (uint256)
23046421181126644736837920
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.