flexUSD
Verified contract
Proxy
Active on
Ethereum with 3,144 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 ($2.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
flexUSD | ERC-20 | 10 | $0.172156 |
$1.72 | |
FLEX | ERC-20 | 13.45 | $0.059768 |
$0.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20410839 | 3 months ago | | | 0 | 0.00011163984 | |
| 20410189 | 3 months ago | | | 0 | 0.00011798944 | |
| 19635817 | 7 months ago | | | 0 | 0.00044740516 | |
| 18642825 | a year ago | | | 0 | 0.0027570988 | |
| 18631012 | a year ago | | | 0 | 0.0014773800 | |
| 18631012 | a year ago | | | 0 | 0.0014777400 | |
| 18631012 | a year ago | | | 0 | 0.0014777400 | |
| 18631012 | a year ago | | | 0 | 0.0014777400 | |
| 18630820 | a year ago | | | 0 | 0.0014777400 | |
| 18526851 | a year ago | | | 0 | 0.0012140199 |
ABI
ABI objects
Getter at block 21168407
admin() view returns (address)
0x60cc20c5ff95cc46b4ed606d940f657ad054c309
decimals() view returns (uint8)
18
initialized() view returns (bool)
true
multiplier() view returns (uint256)
1166066777445859289
name() view returns (string)
flexUSD
proxiableUUID() pure returns (bytes32)
0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7
symbol() view returns (string)
flexUSD
totalSupply() view returns (uint256)
92590161271483578961216815
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.