Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ISK | ERC-20 | 574 | $0.019456 |
$11.17 | |
USA | ERC-20 | 1 | $0.000818 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 129.208333 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22735599 | 19 minutes ago | | | 0 | 0.00034420000 | |
| 22735487 | 22 minutes ago | | | 0 | 0.00029620000 | |
| 22735457 | 23 minutes ago | | | 0 | 2.5533611e-7 | |
| 22735274 | 29 minutes ago | | | 0 | 2.5527664e-7 | |
| 22734639 | an hour ago | | | 0 | 0.0000030507939 | |
| 22734636 | an hour ago | | | 0 | 0.0000030507939 | |
| 22734634 | an hour ago | | | 0 | 0.0000030507939 | |
| 22734615 | an hour ago | | | 0 | 0.0000030483230 | |
| 22733698 | an hour ago | | | 0 | 1.8161918e-7 | |
| 22733399 | 2 hours ago | | | 0 | 0.0000048088716 |
ABI
ABI objects
Getter at block 22736150
DOMAIN_SEPARATOR() view returns (bytes32)
0x3617d3f500816717cf7bbb32bb1efe12246c58dd15d18eea0dd2a83bf167c9d9
SEND() view returns (uint16)
1
SEND_AND_CALL() view returns (uint16)
2
approvalRequired() pure returns (bool)
false
decimalConversionRate() view returns (uint256)
1000000000000
decimals() view returns (uint8)
18
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
msgInspector() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
ISKRA TOKEN
oApp() view returns (address)
0xd85eff20288ca72ea9eecffb428f89ee5066ca5c
oAppVersion() pure returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=2)
oftVersion() pure returns (bytes4 interfaceId, uint64 version)
(interfaceId=0x02e49c2c, version=1)
owner() view returns (address)
0x6727b22867e7ece399aa306f94d5521f59a59a12
preCrime() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() view returns (uint8)
6
symbol() view returns (string)
ISK
token() view returns (address)
0xd85eff20288ca72ea9eecffb428f89ee5066ca5c
totalSupply() view returns (uint256)
911864967057752000000000000
Read-only
allowInitializePath(struct Origin origin) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
combineOptions(uint32 _eid, uint16 _msgType, bytes _extraOptions) view returns (bytes)
enforcedOptions(uint32 eid, uint16 msgType) view returns (bytes enforcedOption)
isComposeMsgSender(struct Origin, bytes, address _sender) view returns (bool)
isPeer(uint32 _eid, bytes32 _peer) view returns (bool)
nextNonce(uint32, bytes32) view returns (uint64 nonce)
nonces(address owner) view returns (uint256)
peers(uint32 eid) view returns (bytes32 peer)
quoteOFT(struct SendParam _sendParam) view returns (struct OFTLimit oftLimit, struct OFTFeeDetail[] oftFeeDetails, struct OFTReceipt oftReceipt)
quoteSend(struct SendParam _sendParam, bool _payInLzToken) view returns (struct MessagingFee msgFee)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lzReceive(struct Origin _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
lzReceiveAndRevert(struct InboundPacket[] _packets) payable
lzReceiveSimulate(struct Origin _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
send(struct SendParam _sendParam, struct MessagingFee _fee, address _refundAddress) payable returns (struct MessagingReceipt msgReceipt, struct OFTReceipt oftReceipt)
setDelegate(address _delegate)
setEnforcedOptions(struct EnforcedOptionParam[] _enforcedOptions)
setMsgInspector(address _msgInspector)
setPeer(uint32 _eid, bytes32 _peer)
setPreCrime(address _preCrime)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EnforcedOptionSet(struct EnforcedOptionParam[] _enforcedOptions)
MsgInspectorSet(address inspector)
OFTReceived(bytes32 indexed guid, uint32 srcEid, address indexed toAddress, uint256 amountReceivedLD)
OFTSent(bytes32 indexed guid, uint32 dstEid, address indexed fromAddress, uint256 amountSentLD, uint256 amountReceivedLD)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeerSet(uint32 eid, bytes32 peer)
PreCrimeSet(address preCrimeAddress)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _lzEndpoint, address _delegate)
This contract contains no fallback and receive objects.
InvalidDelegate()
InvalidEndpointCall()
InvalidLocalDecimals()
InvalidOptions(bytes options)
LzTokenUnavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)
OnlySelf()
SimulationResult(bytes result)
SlippageExceeded(uint256 amountLD, uint256 minAmountLD)