Wrapped Tezos

Verified contract

Proxy

Active on Ethereum with 207 txns
Deployed by via 0x41669d64 at 11180267
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 $1,090.95
0x5fc8fb7682a365fc599ba08a6b5fabcdff233cb453c863ea9bb9dceac9e8ead5
0xa5ad57acca3d9f0ba837ce2cb4e8d017161d0a04080d8d9bbb1516b3d5659549
0xec6482a50e1c7607ce7962bc57d2ef588b915454c9bc3b2bf5674cd61c674d45
0x947ea4b48a859ceea8780f08c98212a8911d3cae182a33acd8053fa7dfa52993
0x86eeac955bd663ea1d013fd4ee7ede8afcf2da7c74233c6133efa1fea76616b9
0x000cb308084c456274ed7295f8b73f9875ce672a526e8ddef1d7253a7a7ba492
0x60f6f6bc6c32b5a1706a72dc1971dd014920e06770895be9d013af9a5e60b11d
0x70bbc0c2822f74860be1abc312aa20fd4a4312dd06fd982b74ca98d34a00885d
0x78876942ad9019adfe11908c9a6f7c3b5ce54a1c95c6e54b2d8f394950cf06b3
From
0x570ff640bc63f978f471f39f2a979b23be0b615655eb5ebb68baf51e8fc4a6f4

Functions
Getter at block 21292871
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 Tezos
paused(view returns (bool)
false
proxiableUUID(pure returns (bytes32)
0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7
symbol(view returns (string)
WXTZ
totalSupply(view returns (uint256)
6911385880000000000000
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.