Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x36e5…2adf
0xae14…292c
0xd605…b9ae
Balances ($0.00)
No balances found for "FLUX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21211481 | 2 hours ago | | | 0 | 0.00047272942 | |
| 21209863 | 8 hours ago | | | 0 | 0.00048125119 | |
| 21209654 | 8 hours ago | | | 0 | 0.00029512117 | |
| 21209620 | 8 hours ago | | | 0 | 0.00028899756 | |
| 21209304 | 9 hours ago | | | 0 | 0.00038605510 | |
| 21209275 | 10 hours ago | | | 0 | 0.00033198619 | |
| 21208740 | 11 hours ago | | | 0 | 0.00055215129 | |
| 21207873 | 14 hours ago | | | 0 | 0.00024780839 | |
| 21206242 | 20 hours ago | | | 0 | 0.00029730000 | |
| 21205080 | a day ago | | | 0 | 0.00028136176 |
ABI
ABI objects
Getter at block 21212125
auction() view returns (address)
0x36e5a8105f000029d4b3b99d0c3d0e24aaa52adf
buyAndBurn() view returns (address)
0xae14148f726e7c3aa5c0c992d044be113b32292c
decimals() view returns (uint8)
18
name() view returns (string)
FLUX
owner() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0x09848d115e085942e6fa9d85b6b6c73fb0e63cb1
staking() view returns (address)
0xd605a87187563c94c577a6e57e4a36ec8433b9ae
symbol() view returns (string)
FLUX
totalSupply() view returns (uint256)
5213003650542008408077385388518
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
emitFlux(address _receiver, uint256 _amount)
renounceOwnership()
setAuction(address _auction)
setBnB(address _bnb)
setStaking(address _staking)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _inferno, address _titanX, address _titanXInfernoPool)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FluX__OnlyAuction()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)