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 |
---|---|---|---|---|---|
ETHO | ERC-20 | 10 | $0.010798 |
$0.11 | |
KEYCAT | ERC-20 | 2 | $0.009856 |
$0.02 | |
USA | ERC-20 | 1 | $0.000729 |
$0 | |
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 101.526316 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- | |
Larp | ERC-20 | 0.09 | -- | -- | |
FELIX | ERC-20 | 0 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22769811 | 18 minutes ago | | | 0 | 3.5742241e-7 | |
| 22737330 | 18 hours ago | | | 0 | 3.3471937e-7 | |
| 22737323 | 18 hours ago | | | 0 | 1.9282035e-7 | |
| 22737272 | 18 hours ago | | | 0 | 3.5064760e-7 | |
| 22737258 | 18 hours ago | | | 0 | 3.5135049e-7 | |
| 22737151 | 18 hours ago | | | 0 | 3.5379044e-7 | |
| 22737133 | 18 hours ago | | | 0 | 0.000000200346709950 | |
| 22711731 | a day ago | | | 0 | 0.0000025905073 | |
| 22706228 | a day ago | | | 0 | 3.5637689e-7 | |
| 22696473 | 2 days ago | | | 0 | 3.6644715e-7 |
ABI
ABI objects
Getter at block 22770341
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0xfe3b138879d6d0555be4132dcfe6e7424e257a2e
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
l1Token() view returns (address)
0xfe3b138879d6d0555be4132dcfe6e7424e257a2e
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
SoftDAO
remoteToken() view returns (address)
0xfe3b138879d6d0555be4132dcfe6e7424e257a2e
symbol() view returns (string)
SOFT
totalSupply() view returns (uint256)
16272167934444141822396449
version() view returns (string)
1.0.3
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
Mint(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bridge, address _remoteToken, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.