Wrapped Flow

Verified contract

Proxy

Active on Ethereum with 3,192 txns
Deployed by via 0x79377f36 at 13712091
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
2 additional variables
ERC-20
Value $1,501.5
ERC-20
Value $111.01
0x72a769f988be5271549d9890fbc96820a21ae2847a0faa7224ecfc38a76eecb2
0x66a3897c784bc674e9d240b56766806b4fde63402323899da5b2b25d28ddc484
0x589f7a4c5f3c6f61cfe84c5e9b5989ee01184f49c493d659627b3512b8533ee6
0xb1174dd08381e08847777884d74011ea7d338b5c88c444fca6c9049da818ca41
0x4a17108d9af6f83fc6b9ce8ed545dea97341b08ae0f25ac35afad6c879cd4b37
0x486a2b09f5fb58521d877a4ae50214f747661d90e40b698a10a4760d229abc10
0x264b39d36a76b26bdb4045f7bba67e9a97574a6ebbddff8c621417d6d393732e
0xd3316f85859092e9e4fd2f91dfd20433abd6382b35e687e92e0d0d4e1fe6876d
0xf4ed761325f5d1dbf623c5961f826dbabb50f6f6bba202984d0170e4c309eda7
0xafd480a4dbc8aeba2f2f6bc456a23c57b1168806f15eb82320d03f67cefbc845

Functions
Getter at block 21198397
FAILURE_BLACKLIST(view returns (uint8)
3
FAILURE_BLACKLIST_MESSAGE(view returns (string)
Restricted due to blacklist
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)
0x7aac67b8cb7f39e080672ca6a32f5a6a964c26a4
isBlacklistEnabled(view returns (bool)
false
isWhitelistEnabled(view returns (bool)
false
name(view returns (string)
Wrapped Flow
paused(view returns (bool)
false
proxiableUUID(pure returns (bytes32)
0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7
symbol(view returns (string)
WFLOW
totalSupply(view returns (uint256)
2673910705624000000000000
Read-only
addressBlacklists(addressview returns (bool)
addressWhitelists(addressview returns (uint8)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
checkBlacklistAllowed(address senderaddress receiverview returns (bool)
checkWhitelistAllowed(address senderaddress receiverview returns (bool)
detectTransferRestriction(address fromaddress touint256 amtview returns (uint8)
isBlacklister(address accountview returns (bool)
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
addBlacklister(address account
addBurner(address account
addMinter(address account
addOwner(address account
addPauser(address account
addRevoker(address account
addToBlacklist(address addressToAdd
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(
removeBlacklister(address account
removeBurner(address account
removeFromBlacklist(address addressToRemove
removeFromWhitelist(address addressToRemove
removeMinter(address account
removeOwner(address account
removePauser(address account
removeRevoker(address account
removeWhitelister(address account
revoke(address fromuint256 amountreturns (bool)
revokeToAddress(address fromaddress touint256 amountreturns (bool)
setBlacklistEnabled(bool enabled
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
AddressAddedToBlacklist(address indexed addedAddressaddress indexed addedBy
AddressAddedToWhitelist(address indexed addedAddressuint8 indexed whitelistaddress indexed addedBy
AddressRemovedFromBlacklist(address indexed removedAddressaddress indexed removedBy
AddressRemovedFromWhitelist(address indexed removedAddressuint8 indexed whitelistaddress indexed removedBy
Approval(address indexed owneraddress indexed spenderuint256 value
BlacklistEnabledUpdated(address indexed updatedBybool indexed enabled
BlacklisterAdded(address indexed addedBlacklisteraddress indexed addedBy
BlacklisterRemoved(address indexed removedBlacklisteraddress indexed removedBy
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
RevokeToAddress(address indexed revokeraddress indexed fromaddress indexed touint256 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.