Wrapped RUNI
Verified contract
Active on
Ethereum with 1,952 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($69.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wRUNI | ERC-20 | 255 | $0.270661 |
$69.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196579 | a day ago | | | 0 | 0.00086995813 | |
| 21191824 | 2 days ago | | | 0 | 0.00048225120 | |
| 21177991 | 4 days ago | | | 0 | 0.00052783869 | |
| 21174717 | 4 days ago | | | 0 | 0.0013679235 | |
| 21168599 | 5 days ago | | | 0 | 0.00094462194 | |
| 21168098 | 5 days ago | | | 0 | 0.0010143588 | |
| 21167443 | 5 days ago | | | 0 | 0.0015933130 | |
| 21167279 | 5 days ago | | | 0 | 0.0015232850 | |
| 21166432 | 5 days ago | | | 0 | 0.0015154525 | |
| 21166284 | 5 days ago | | | 0 | 0.0025803724 |
ABI
ABI objects
Getter at block 21203475
SEND() view returns (uint16)
1
SEND_AND_CALL() view returns (uint16)
2
approvalRequired() pure returns (bool)
false
chainId() view returns (uint256)
1
composeMsgSender() view returns (address sender)
0xec56840be7c495cbf98c0157b458cd207ff85da1
decimalConversionRate() view returns (uint256)
1
decimals() pure returns (uint8)
6
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
mainChain() view returns (uint256)
1
msgInspector() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Wrapped RUNI
oApp() view returns (address)
0xec56840be7c495cbf98c0157b458cd207ff85da1
oAppVersion() pure returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=1, receiverVersion=1)
oftVersion() pure returns (bytes4 interfaceId, uint64 version)
(interfaceId=0x02e49c2c, version=1)
owner() view returns (address)
0x5c097810269ff9b335affe1ef908da09ad6f71f2
preCrime() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() pure returns (uint8)
6
symbol() view returns (string)
wRUNI
token() view returns (address)
0xec56840be7c495cbf98c0157b458cd207ff85da1
totalSupply() view returns (uint256)
21000000000000
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)
isPeer(uint32 _eid, bytes32 _peer) view returns (bool)
nextNonce(uint32, bytes32) view returns (uint64 nonce)
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 value) returns (bool)
initPeerOnEids(uint32[] _eids)
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
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 value) returns (bool)
transferDelegateAndOwnership(address _newDelegate, address _newOwner)
transferFrom(address from, address to, uint256 value) 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 amountLD)
OFTSent(bytes32 indexed guid, uint32 dstEid, address indexed fromAddress, uint256 amountLD)
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(address _lzEndpoint, address _delegate, address _supplyOwner, uint256 _mainChain)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
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)
FailedInnerCall()
InvalidDelegate()
InvalidEndpointCall()
InvalidLocalDecimals()
InvalidOptions(bytes options)
LzTokenUnavailable()
NoPeer(uint32 eid)
NotEnoughNative(uint256 msgValue)
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)
OnlySelf()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
SimulationResult(bytes result)
SlippageExceeded(uint256 amountLD, uint256 minAmountLD)