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 |
---|---|---|---|---|---|
AVAIL | ERC-20 | 318.414993 | $0.110823 |
$35.29 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244863 | 4 minutes ago | | | 0 | 0.00060807481 | |
| 21244630 | an hour ago | | | 0 | 0.00074947859 | |
| 21244168 | 2 hours ago | | | 0 | 0.00064623986 | |
| 21243774 | 4 hours ago | | | 0 | 0.00088751903 | |
| 21243230 | 6 hours ago | | | 0 | 0.00043936609 | |
| 21243100 | 6 hours ago | | | 0 | 0.00049292983 | |
| 21243039 | 6 hours ago | | | 0 | 0.00042783720 | |
| 21242992 | 6 hours ago | | | 0 | 0.00050539973 | |
| 21241874 | 10 hours ago | | | 0 | 0.00035142379 | |
| 21241673 | 11 hours ago | | | 0 | 0.00040589183 |
ABI
ABI objects
Getter at block 21244882
DOMAIN_SEPARATOR() view returns (bytes32)
0xaa147c243f281b00e03a9d4cd680bdea0bd205911d962a0f36abb7f5d488b882
bridge() view returns (address)
0x054fd961708d8e2b9c10a63f6157c74458889f0a
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Avail, version=1, chainId=1, verifyingContract=0xeeb4d8400aeefafc1b2953e0094134a887c76bd8, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Avail
symbol() view returns (string)
AVAIL
totalSupply() view returns (uint256)
44543505822653030512370419
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address from, uint256 amount)
mint(address destination, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bridge)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OnlyAvailBridge()
StringTooLong(string str)