Wrapped XRP

Verified contract

Proxy

Active on Ethereum with 23,726 txns
Deployed by via 0xa67a9fa2 at 11329957
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
ERC-20
Value $2,443.36
ERC-20
Value $14.53
ERC-20
--
0x351c2e99aad445c15f723249a5a9a6e146ca73fe15069cd58264c0c7b7d809ad
0x13d032dd2bba399fca467cadfafb4f19f3bb0da71e541184d36d610279590c96
0x97a355f825bd396cb101494ebc42d25e879be6be32b5b4c7bdfe40939bf339f6
0x2c15dbad0b82c3542ea0149a4d196d6f1ce1de56fc69b239f4a77b1b6cd1834d
0xbee78400fa8bf126ac04aca951fc46c40f240afa5864d9bd421c65cb64a40c1c
0x80de072213b339fd4b0259b9f8787cf9425e516df4c6442e5d83b0406208ba27
0x9c9a014da2c8208bfad57e72b59e4b0b7a48e5a616e0d35e107e2aea751a038c
0x1bcf1b07fd746c0aa767d14e4a7f0d05296076489e6ccbc3c26c3c729ce9c881
0x160060382d478d3630ab1397f36e2974a128945de59117e99bce73bbc2562a17
0x72b6f6dd8ed1826d01cef18a771c37fe5cc98267353a1ceff5d44b755dd39ab2

Functions
Getter at block 21269183
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 XRP
paused(view returns (bool)
false
proxiableUUID(pure returns (bytes32)
0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7
symbol(view returns (string)
WXRP
totalSupply(view returns (uint256)
17947559108324000000000000
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.