OpenLeverage Token V2
Verified contract
Active on
Ethereum with 2,841 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OLE | ERC-20 | 4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153758 | 14 hours ago | | | 0 | 0.00041533450 | |
| 21149902 | a day ago | | | 0 | 0.00043944262 | |
| 21148623 | a day ago | | | 0.00037337715 | 0.0018676983 | |
| 21146842 | 2 days ago | | | 0 | 0.00034977539 | |
| 21146329 | 2 days ago | | | 0 | 0.00030943360 | |
| 21143710 | 2 days ago | | | 0 | 0.00073454883 | |
| 21143647 | 2 days ago | | | 0 | 0.0014803431 | |
| 21141969 | 2 days ago | | | 0 | 0.00033371110 | |
| 21141169 | 2 days ago | | | 0 | 0.00022833282 | |
| 21141151 | 2 days ago | | | 0 | 0.00039013226 |
ABI
ABI objects
Getter at block 21158003
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
NO_EXTRA_GAS() view returns (uint256)
0
PT_SEND() view returns (uint16)
0
circulatingSupply() view returns (uint256)
331330510507832975306003919
decimals() view returns (uint8)
18
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
name() view returns (string)
OpenLeverage Token V2
owner() view returns (address)
0x2645252e2155c12e2726d0ccd5fc0d1cccfe07e6
paused() view returns (bool)
false
precrime() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
OLE
token() view returns (address)
0x1b6e9c73bee68102d9dd4a2627f97bff4183ab0a
totalSupply() view returns (uint256)
331330510507832975306003919
useCustomAdapterParams() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
estimateSendFee(uint16 _dstChainId, bytes _toAddress, uint256 _amount, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getTrustedRemoteAddress(uint16 _remoteChainId) view returns (bytes)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
minDstGasLookup(uint16, uint16) view returns (uint256)
payloadSizeLimitLookup(uint16) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
pauseSendTokens(bool pause)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
sendFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256 _amount, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setPayloadSizeLimit(uint16 _dstChainId, uint256 _size)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _remoteChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
setUseCustomAdapterParams(bool _useCustomAdapterParams)
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)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ReceiveFromChain(uint16 indexed _srcChainId, address indexed _to, uint256 _amount)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
SendToChain(uint16 indexed _dstChainId, address indexed _from, bytes _toAddress, uint256 _amount)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
SetUseCustomAdapterParams(bool _useCustomAdapterParams)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, address _lzEndpoint, uint256 _mintAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.