flexUSD
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "flexUSD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "flexUSD"
ABI
ABI objects
Getter at block 21092452
admin() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
initialized() view returns (bool)
false
multiplier() view returns (uint256)
0
name() view returns (string)
flexUSD
proxiableUUID() pure returns (bytes32)
0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7
symbol() view returns (string)
flexUSD
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
State-modifying
Events AddToBlacklist(address account)
RemoveFromBlacklist(address account)
TransferOwnerShip(address account)
approve(address spender, uint256 amount) returns (bool)
burn(address burnFrom, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 _totalsupply)
mint(address mintTo, uint256 amount) returns (bool)
pause()
setMultiplier(uint256 _multiplier)
setTotalSupply(uint256 inputTotalsupply)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
updateCode(address newCode)
AdminChanged(address admin)
Approval(address indexed owner, address indexed spender, uint256 value)
ChangeMultiplier(uint256 multiplier)
CodeUpdated(address indexed newCode)
Transfer(address indexed from, address indexed to, uint256 value)
fTokenBlacklist(address indexed account, bool blocked)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.