Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 5 | $1.002 |
$5.01 | |
APU | ERC-20 | 1 | $0.000911 |
$0 | |
TWeR1 | ERC-20 | 19.4M | -- | -- | |
NEJU | ERC-20 | 19.4M | -- | -- | |
PoUP | ERC-20 | 1.94M | -- | -- | |
HQG | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247008 | an hour ago | | | 0 | 0.00057007292 | |
| 21246964 | an hour ago | | | 0 | 0.00057682836 | |
| 21246937 | an hour ago | | | 0 | 0.00040447857 | |
| 21246878 | an hour ago | | | 0 | 0.00078162304 | |
| 21246765 | 2 hours ago | | | 0 | 0.00075138229 | |
| 21246716 | 2 hours ago | | | 0 | 0.00067082141 | |
| 21246512 | 3 hours ago | | | 0 | 0.00060987292 | |
| 21246389 | 3 hours ago | | | 0 | 0.00070870163 | |
| 21245748 | 5 hours ago | | | 0 | 0.00054226537 | |
| 21245723 | 5 hours ago | | | 0 | 0.00034514199 |
ABI
ABI objects
Getter at block 21247310
admin() view returns (address)
0x2468603819bf09ed3fb6f3efeff24b1955f3cde1
decimals() view returns (uint8)
24
minBlockAcceptanceHeight() view returns (uint64)
0
name() view returns (string)
NEAR
nearConnector() view returns (bytes)
0x652d6e6561722e6e656172
paused() view returns (uint256)
0
prover() view returns (address)
0x051ad3f020274910065dcb421629cd2e6e5b46c4
symbol() view returns (string)
NEAR
totalSupply() view returns (uint256)
2061335393792339502635548139932
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
usedProofs(bytes32) view returns (bool)
State-modifying
Events adminDelegatecall(address target, bytes data) payable returns (bytes)
adminPause(uint256 flags)
adminReceiveEth() payable
adminSendEth(address destination, uint256 amount)
adminSstore(uint256 key, uint256 value)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finaliseNearToEthTransfer(bytes proofData, uint64 proofBlockHeight)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferToNear(uint256 _amount, string _nearReceiverAccountId)
Approval(address indexed owner, address indexed spender, uint256 value)
ConsumedProof(bytes32 indexed _receiptId)
NearToEthTransferFinalised(uint128 amount, address indexed recipient)
Transfer(address indexed from, address indexed to, uint256 value)
TransferToNearInitiated(address indexed sender, uint256 amount, string accountId)
constructor(string _tokenName, string _tokenSymbol, bytes _nearConnector, address _prover, uint64 _minBlockAcceptanceHeight, address _admin, uint256 _pausedFlags)
This contract contains no fallback and receive objects.
This contract contains no error objects.