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 |
---|---|---|---|---|---|
USDT | ERC-20 | 200.092K | $1.001 |
$200,292.09 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224028 | 40 minutes ago | | | 0 | 0.00098740819 | |
| 21223783 | an hour ago | | | 0 | 0.00093035304 | |
| 21223776 | 2 hours ago | | | 0 | 0.00096825698 | |
| 21223754 | 2 hours ago | | | 0 | 0.0015348287 | |
| 21223662 | 2 hours ago | | | 0 | 0.0012031827 | |
| 21223564 | 2 hours ago | | | 0 | 0.0011834538 | |
| 21223563 | 2 hours ago | | | 0 | 0.00070827566 | |
| 21223499 | 2 hours ago | | | 0 | 0.0010317118 | |
| 21223417 | 3 hours ago | | | 0 | 0.0010448704 | |
| 21223397 | 3 hours ago | | | 0 | 0.0010925538 |
ABI
ABI objects
Getter at block 21224227
DOMAIN_SEPARATOR() view returns (bytes32)
0x02f49ba1f0e726990c18e151054805bcad0c5dc601fe6e06eeb106af580d013b
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=ORA Coin, version=1, chainId=1, verifyingContract=0x33333333fede34409fb7f67c6585047e1f653333, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
ORA Coin
symbol() view returns (string)
ORA
totalSupply() view returns (uint256)
333333333000000000000000000
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(uint256 value)
burnFrom(address account, uint256 value)
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 network, address ecosystem, address foundation, address liquidity)
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()
StringTooLong(string str)