FLEX Coin
Verified contract
Active on
Ethereum with 17,867 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($43,332.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 43.126233K | $1.00 |
$43,126.23 | |
FLEX | ERC-20 | 2.361549K | $0.059768 |
$141.15 | |
USDT | ERC-20 | 64.75238 | $1.001 |
$64.82 | |
STFX | ERC-20 | 28.808774K | -- | -- | |
FLEX | ERC-20 | 6.75K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21124795 | 5 days ago | | | 0 | 0.00025621881 | |
| 21111856 | 7 days ago | | | 0 | 0.00023422990 | |
| 21108372 | 8 days ago | | | 0 | 0.00033013877 | |
| 21089472 | 10 days ago | | | 0 | 0.00034475199 | |
| 21075625 | 12 days ago | | | 0 | 0.00078642307 | |
| 21074374 | 12 days ago | | | 0 | 0.00053660472 | |
| 21063739 | 14 days ago | | | 0 | 0.00077924000 | |
| 21034308 | 18 days ago | | | 0 | 0.00052462949 | |
| 21023044 | 20 days ago | | | 0 | 0.00047891280 | |
| 20989876 | 24 days ago | | | 0 | 0.00072892837 |
ABI
ABI objects
Getter at block 21163190
admin() view returns (address)
0x60cc20c5ff95cc46b4ed606d940f657ad054c309
decimals() view returns (uint8)
18
initialized() view returns (bool)
true
multiplier() view returns (uint256)
1000000000000000000
name() view returns (string)
FLEX Coin
proxiableUUID() pure returns (bytes32)
0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7
symbol() view returns (string)
FLEX
totalSupply() view returns (uint256)
86562220270739324000000000
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)
TokenBlacklist(address indexed account, bool blocked)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.