FLUX

Verified contract

Active on Ethereum with 1,998 txns
Deployed by via 0xd6ab5122 at 20806644
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FLUX"

0x89cbbc1c7b6766cbeb12656ebefc790fdbf3982ee68f9d4c4263f05889c997bb
0x6d58630af1bba84dae827f3e697b93a941116992aee7219bc24011099d28c068
0x24549edb42bfdae91222424ae597490e0243a95e1a27ea7113667b2ff5a1e5d6
0x75096a90c0c0c08dd66afd5e96bb2623129a5c3d27d3daef1759a6d6af12e304
0xbb248ee3556859ed4afc1e4ce553a874b7f9eeda976679bb3ef9e7434c16a530
0x0b01ba5e5f9e21df6681a2bf66aee7046fae5fb6639521bdf253199ef4595d66
0x3e7ae852057c08c1ebbc890061b13bfa1903f395b636efb9763fef6eedabdd50
0xdfc8d3896465ae4bd9bfccf837b549e74288dbbaa5dc3cc79570e8bf91d0dcef
0xeccc7ec6b05dc98667876653309d77ad56861e62db0a61c0b92a0be36774b10c
0x1be5155cd152faa5e2f108303f6ed96ce89c990d88c359edd89f68310a86b558

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
emitFlux(address _receiveruint256 _amount
renounceOwnership(
setAuction(address _auction
setBnB(address _bnb
setStaking(address _staking
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _infernoaddress _titanXaddress _titanXInfernoPool
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FluX__OnlyAuction(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account