Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($13,764.31)
Native
Value
$13,764.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.806595 | $3,615.91 |
$13,764.31 | |
MAGX | ERC-20 | 20.065083K | -- | -- | |
UNI-V2 | ERC-20 | 0.002815 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219820 | 9 days ago | | | 0 | 0.00029115571 | |
| 20993367 | a month ago | | | 0 | 0.0011594084 | |
| 20787594 | 2 months ago | | | 0 | 0.0010378465 | |
| 20553841 | 3 months ago | | | 0 | 0.000051906187 | |
| 20553832 | 3 months ago | | | 0 | 0.00047006699 | |
| 19583129 | 8 months ago | | | 0 | 0.0016813036 | |
| 18663093 | a year ago | | | 0 | 0.0017381287 | |
| 18547511 | a year ago | | | 0 | 0.0010336333 | |
| 17981838 | a year ago | | | 0 | 0.0010055013 | |
| 17968215 | a year ago | | | 0 | 0.00064300215 |
ABI
ABI objects
Getter at block 21281505
_feeDecimal() view returns (uint256)
2
_liquidityFee() view returns (uint256)
100
_taxFee() view returns (uint256)
200
autoSwapCallerFee() view returns (uint256)
20000000000
balancer() view returns (address)
0xeac8bb585d565eec72b335d1cf041ceb59f113f1
burnFeeTotal() view returns (uint256)
73596776107
decimals() view returns (uint8)
9
lastRebalance() view returns (uint256)
1608934008
liquidityAddedAt() view returns (uint256)
1608926760
liquidityFeeTotal() view returns (uint256)
26646987477774
liquidityRemoveFee() view returns (uint256)
100
minTokensBeforeSwap() view returns (uint256)
500000000000
minTokensForMagic() view returns (uint256)
100000000000
name() view returns (string)
Magix
owner() view returns (address)
0x0318c6c45d04b57c1a80dc2d6c45b47d73c9e67f
rebalanceCallerFee() view returns (uint256)
400
rebalanceInterval() view returns (uint256)
1800
swapAndLiquifyEnabled() view returns (bool)
false
symbol() view returns (string)
MAGX
taxFeeTotal() view returns (uint256)
53293974955980
totalSupply() view returns (uint256)
999926403223893
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x77e7e934201e0f408a368185c7964c2bc2bcf736
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tokenAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 reflectionAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
doTheMagic()
enableTrading()
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutoSwapCallerFee(uint256 fee)
setExcludedFromFee(address account, bool excluded)
setLiquidityFee(uint256 fee)
setLiquidityRemoveFee(uint256 fee)
setMagicCallerFee(uint256 fee)
setMagicInterval(uint256 interval)
setMinTokenForAlchemy(uint256 amount)
setMinTokensBeforeSwap(uint256 amount)
setSwapAndLiquifyEnabled(bool enabled)
setTaxFee(uint256 taxFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoSwapCallerFeeUpdated(uint256 autoSwapCallerFee)
LiquidityRemoveFeeUpdated(uint256 liquidityRemoveFee)
LockFeeUpdated(uint256 lockFee)
MagicCallerFeeUpdated(uint256 rebalnaceCallerFee)
MagicIntervalUpdated(uint256 rebalanceInterval)
MinTokenForMagicUpdated(uint256 minRebalanceAmount)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rebalance(uint256 tokenBurnt)
RewardsDistributed(uint256 amount)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapedEthForTokens(uint256 EthAmount, uint256 TokenAmount, uint256 CallerReward, uint256 AmountBurned)
SwapedTokenForEth(uint256 EthAmount, uint256 TokenAmount)
TaxFeeUpdated(uint256 taxFee)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.