Wrapped Litecoin

Verified contract

Proxy

Active on Ethereum with 29 txns
Deployed by via 0xfb6492c8 at 11185567
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots

No balances found for "Wrapped Litecoin"

0xea382ef0c566ab2e61c3442caa475370e6cb029aea34535f54e444932e11aede
0x0c3b08af5dc73e7aef6e1b67fe5452d99ab9d8d4ed5cafd0826751b4b842932f
0x29a3f7c58cce464c0524ec74034f7fe92b6b5d235f9666c55af94db7fb47741f
0x2f6d394211c818982a276f88c9dfb53d1e57befeb62e3699a7792bd38fca7541
0x09113d18dcf9519d4ea01a8da627a3a08e7725a4ac1cdb4019d7aca208570d0e
0xc83ab707564a75864520fdea3cac60e757598e1314138eb96ef6f28e02ba5953
0x6bab9bc1d4799745537412c01e66648287c886f07711238499ff0681c3b89a85
0x255bd257ba387d1b02b6fb6d2d041f84d6624e49fbaf2e6d1278a948b6c90922
0xb81f4566b9c5c25cba5d31a6a71067bac00a0b2bf5d62df9f50855462f0ebcd1
0xfc87fddd5b2336c1e8771aea538f30366cd1eeb945eee0612e8cac84cee13bba

Functions
Getter at block 20913087
FAILURE_NON_WHITELIST(view returns (uint8)
1
FAILURE_NON_WHITELIST_MESSAGE(view returns (string)
The transfer was restricted due to white list configuration.
FAILURE_PAUSED(view returns (uint8)
2
FAILURE_PAUSED_MESSAGE(view returns (string)
The transfer was restricted due to the contract being paused.
SUCCESS_CODE(view returns (uint8)
0
SUCCESS_MESSAGE(view returns (string)
SUCCESS
UNKNOWN_ERROR(view returns (string)
Unknown Error Code
decimals(view returns (uint8)
18
getLogicAddress(view returns (address logicAddress)
0x43c3983778ec88f0c383134e812c0c58a819add0
isWhitelistEnabled(view returns (bool)
false
name(view returns (string)
Wrapped Litecoin
paused(view returns (bool)
false
proxiableUUID(pure returns (bytes32)
0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7
symbol(view returns (string)
WLTC
totalSupply(view returns (uint256)
41117357260000000000
Read-only
addressWhitelists(addressview returns (uint8)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
checkWhitelistAllowed(address senderaddress receiverview returns (bool)
detectTransferRestriction(address fromaddress touint256view returns (uint8)
isBurner(address accountview returns (bool)
isMinter(address accountview returns (bool)
isOwner(address accountview returns (bool)
isPauser(address accountview returns (bool)
isRevoker(address accountview returns (bool)
isWhitelister(address accountview returns (bool)
messageForTransferRestriction(uint8 restrictionCodeview returns (string)
outboundWhitelistsEnabled(uint8uint8view returns (bool)
State-modifying
addBurner(address account
addMinter(address account
addOwner(address account
addPauser(address account
addRevoker(address account
addToWhitelist(address addressToAdduint8 whitelist
addWhitelister(address account
approve(address spenderuint256 amountreturns (bool)
burn(address accountuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(address ownerstring namestring symboluint8 decimalsuint256 initialSupplybool whitelistEnabled
initialize(string namestring symboluint8 decimals
mint(address accountuint256 amountreturns (bool)
pause(
removeBurner(address account
removeFromWhitelist(address addressToRemove
removeMinter(address account
removeOwner(address account
removePauser(address account
removeRevoker(address account
removeWhitelister(address account
revoke(address fromuint256 amountreturns (bool)
setWhitelistEnabled(bool enabled
transfer(address touint256 valuereturns (bool success)
transferFrom(address fromaddress touint256 valuereturns (bool success)
unpause(
updateCodeAddress(address newAddress
updateOutboundWhitelistEnabled(uint8 sourceWhitelistuint8 destinationWhitelistbool newEnabledValue
Events
AddressAddedToWhitelist(address indexed addedAddressuint8 indexed whitelistaddress indexed addedBy
AddressRemovedFromWhitelist(address indexed removedAddressuint8 indexed whitelistaddress indexed removedBy
Approval(address indexed owneraddress indexed spenderuint256 value
Burn(address indexed burneraddress indexed fromuint256 amount
BurnerAdded(address indexed addedBurneraddress indexed addedBy
BurnerRemoved(address indexed removedBurneraddress indexed removedBy
CodeAddressUpdated(address newAddress
Mint(address indexed minteraddress indexed touint256 amount
MinterAdded(address indexed addedMinteraddress indexed addedBy
MinterRemoved(address indexed removedMinteraddress indexed removedBy
OutboundWhitelistUpdated(address indexed updatedByuint8 indexed sourceWhitelistuint8 indexed destinationWhitelistbool frombool to
OwnerAdded(address indexed addedOwneraddress indexed addedBy
OwnerRemoved(address indexed removedOwneraddress indexed removedBy
Paused(address account
PauserAdded(address indexed addedPauseraddress indexed addedBy
PauserRemoved(address indexed removedPauseraddress indexed removedBy
Revoke(address indexed revokeraddress indexed fromuint256 amount
RevokerAdded(address indexed addedRevokeraddress indexed addedBy
RevokerRemoved(address indexed removedRevokeraddress indexed removedBy
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
WhitelistEnabledUpdated(address indexed updatedBybool indexed enabled
WhitelisterAdded(address indexed addedWhitelisteraddress indexed addedBy
WhitelisterRemoved(address indexed removedWhitelisteraddress indexed removedBy
Constructor
constructor(address contractLogic
Fallback and receive
fallback(
Errors

This contract contains no error objects.