Flux Protocol
Verified contract
Active on
Ethereum with 73 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLUX | ERC-20 | 27.6487M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18913866 | a year ago | | | 0 | 0.00040168330 | |
| 18244143 | a year ago | | | 0 | 0.00039016215 | |
| 18243426 | a year ago | | | 0 | 0.00040629558 | |
| 18243257 | a year ago | | | 0 | 0.00025599379 | |
| 18243256 | a year ago | | | 0 | 0.00044124270 | |
| 18243144 | a year ago | | | 0 | 0.00058568194 | |
| 18243124 | a year ago | | | 0 | 0.00056615452 | |
| 18243084 | a year ago | | | 0 | 0.0013224952 | |
| 18243071 | a year ago | | | 0 | 0.00050761586 | |
| 18243063 | a year ago | | | 0 | 0.00053251791 |
ABI
ABI objects
Getter at block 21323235
decimals() pure returns (uint8)
9
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
mWalletAmt() view returns (uint256)
1000000000000000000000000
maxSellAmt() view returns (uint256)
1000000000000000000000000
maxTrxAmt() view returns (uint256)
1000000000000000000000000
name() pure returns (string)
Flux Protocol
pair() view returns (address)
0xb0d635b590ed7a4f3c62826c95657c9b701ec8ac
symbol() pure returns (string)
FLUX
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isFeeExempt(address) view returns (bool)
isOwner(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
renounceOwnership()
setTransactionLimits(uint256 _buy, uint256 _sell, uint256 _wallet)
setTransactionRequirements(uint256 _liquidity, uint256 _marketing, uint256 _burn, uint256 _development, uint256 _total, uint256 _sell, uint256 _trans)
startTrading()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address adr)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.