Wrapped UKRE
Verified contract
Proxy
Active on
Base with 213 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "Wrapped UKRE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22816443 | 2 days ago | | | 0 | 2.1477330e-7 | |
| 22454038 | 11 days ago | | | 0 | 0.0000012175021 | |
| 22103418 | 19 days ago | | | 0 | 5.1156970e-7 | |
| 21769039 | a month ago | | | 0 | 2.3831010e-7 | |
| 21762954 | a month ago | | | 0 | 3.2951520e-7 | |
| 21553563 | a month ago | | | 0 | 1.7064180e-7 | |
| 21539260 | a month ago | | | 0 | 4.8176252e-7 | |
| 20032155 | 2 months ago | | | 0.0000545166 | 0.0000055551600 | |
| 20032126 | 2 months ago | | | 0 | 0.000000801111216114 | |
| 20032085 | 2 months ago | | | 0 | 0.0000011991418 |
ABI
ABI objects
Getter at block 22910750 proxiableUUID() view returns (bytes32)
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
NO_EXTRA_GAS() view returns (uint256)
0
PT_SEND() view returns (uint16)
0
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
circulatingSupply() view returns (uint256)
2002433191046445099
decimals() view returns (uint8)
18
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
name() view returns (string)
Wrapped UKRE
owner() view returns (address)
0x8c828390ea183922ed214037b2cdb90193c309d3
precrime() view returns (address _precrime)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
wUKRE
token() view returns (address)
0x7dbd14115baf4240aab8c4ef31bf71f76c708420
totalSupply() view returns (uint256)
2002433191046445099
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 srcChainId, bytes srcAddress, uint64 nonce) view returns (bytes32 payloadHash)
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 dstChainId, uint16 packetType) view returns (uint256 minGas)
payloadSizeLimitLookup(uint16 dstChainId) view returns (uint256 size)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16 remoteChainId) view returns (bytes path)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
forceResumeReceive(uint16 srcChainId, bytes srcAddress)
initialize(address owner, string name, string symbol)
lzReceive(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes payload)
nonblockingLzReceive(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes payload)
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 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
MessageFailed(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes payload, bytes reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
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()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)