NONE
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
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
Balances ($0.00)
No balances found for "NONE"
ABI
ABI objects
Getter at block 21269859
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)
0
getLogicAddress() view returns (address logicAddress)
0x0000000000000000000000000000000000000000
isWhitelistEnabled() view returns (bool)
false
name() view returns (string)
NONE
paused() view returns (bool)
false
proxiableUUID() pure returns (bytes32)
0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7
symbol() view returns (string)
NONE
totalSupply() view returns (uint256)
0
Read-only
addressWhitelists(address) view returns (uint8)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkWhitelistAllowed(address sender, address receiver) view returns (bool)
detectTransferRestriction(address from, address to, uint256) view returns (uint8)
isBurner(address account) view returns (bool)
isMinter(address account) view returns (bool)
isOwner(address account) view returns (bool)
isPauser(address account) view returns (bool)
isRevoker(address account) view returns (bool)
isWhitelister(address account) view returns (bool)
messageForTransferRestriction(uint8 restrictionCode) view returns (string)
outboundWhitelistsEnabled(uint8, uint8) view returns (bool)
State-modifying
Events addBurner(address account)
addMinter(address account)
addOwner(address account)
addPauser(address account)
addRevoker(address account)
addToWhitelist(address addressToAdd, uint8 whitelist)
addWhitelister(address account)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner, string name, string symbol, uint8 decimals, uint256 initialSupply, bool whitelistEnabled)
initialize(string name, string symbol, uint8 decimals)
mint(address account, uint256 amount) returns (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 from, uint256 amount) returns (bool)
setWhitelistEnabled(bool enabled)
transfer(address to, uint256 value) returns (bool success)
transferFrom(address from, address to, uint256 value) returns (bool success)
unpause()
updateCodeAddress(address newAddress)
updateOutboundWhitelistEnabled(uint8 sourceWhitelist, uint8 destinationWhitelist, bool newEnabledValue)
AddressAddedToWhitelist(address indexed addedAddress, uint8 indexed whitelist, address indexed addedBy)
AddressRemovedFromWhitelist(address indexed removedAddress, uint8 indexed whitelist, address indexed removedBy)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, address indexed from, uint256 amount)
BurnerAdded(address indexed addedBurner, address indexed addedBy)
BurnerRemoved(address indexed removedBurner, address indexed removedBy)
CodeAddressUpdated(address newAddress)
Mint(address indexed minter, address indexed to, uint256 amount)
MinterAdded(address indexed addedMinter, address indexed addedBy)
MinterRemoved(address indexed removedMinter, address indexed removedBy)
OutboundWhitelistUpdated(address indexed updatedBy, uint8 indexed sourceWhitelist, uint8 indexed destinationWhitelist, bool from, bool to)
OwnerAdded(address indexed addedOwner, address indexed addedBy)
OwnerRemoved(address indexed removedOwner, address indexed removedBy)
Paused(address account)
PauserAdded(address indexed addedPauser, address indexed addedBy)
PauserRemoved(address indexed removedPauser, address indexed removedBy)
Revoke(address indexed revoker, address indexed from, uint256 amount)
RevokerAdded(address indexed addedRevoker, address indexed addedBy)
RevokerRemoved(address indexed removedRevoker, address indexed removedBy)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
WhitelistEnabledUpdated(address indexed updatedBy, bool indexed enabled)
WhitelisterAdded(address indexed addedWhitelister, address indexed addedBy)
WhitelisterRemoved(address indexed removedWhitelister, address indexed removedBy)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.