flexUSD
Verified contract
Proxy
Active on
Ethereum with 218 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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) |
---|---|---|---|---|---|---|---|
| 17494570 | a year ago | | | 0 | 0.00088142823 | |
| 17494400 | a year ago | | | 0 | 0.0013308006 | |
| 15618792 | 2 years ago | | | 0 | 0.0014159503 | |
| 15587709 | 2 years ago | | | 0 | 0.00045207659 | |
| 15587631 | 2 years ago | | | 0 | 0.00047147442 | |
| 15587615 | 2 years ago | | | 0 | 0.00039573500 | |
| 15587614 | 2 years ago | | | 0 | 0.00038790121 | |
| 15140526 | 2 years ago | | | 0 | 0.0011423554 | |
| 15131828 | 2 years ago | | | 0 | 0.0015389797 | |
| 15129011 | 2 years ago | | | 0 | 0.0021722799 |
ABI
ABI objects
Getter at block 21092452
admin() view returns (address)
0x551dc683d7da760d167363795496a83ac5ec4814
decimals() view returns (uint8)
18
initialized() view returns (bool)
true
multiplier() view returns (uint256)
1496857541815496264
name() view returns (string)
flexUSD
proxiableUUID() pure returns (bytes32)
0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7
symbol() view returns (string)
flexUSD
totalSupply() view returns (uint256)
1851026643706312999687
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)
constructor(bytes constructData, address contractLogic)
fallback()
This contract contains no error objects.