Magic Bag
Verified contract
Active on
Ethereum with 2,077 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x377b…42c0
4 additional
variables
Balances ($0.79)
Native
Value
$0.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000254 | $3,131.09 |
$0.79 | |
Felix | ERC-20 | 555.325285K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20903799 | a month ago | | | 0 | 0.00015228650 | |
| 20659621 | 3 months ago | | | 0 | 0.00012438091 | |
| 20248666 | 4 months ago | | | 0 | 0.00011675673 | |
| 20196348 | 5 months ago | | | 0 | 0.000052463806 | |
| 19708231 | 7 months ago | | | 0 | 0.00015030106 | |
| 19672535 | 7 months ago | | | 0 | 0.00048467857 | |
| 19536517 | 8 months ago | | | 0 | 0.0012677222 | |
| 19532763 | 8 months ago | | | 0 | 0.0017642849 | |
| 19507940 | 8 months ago | | | 0 | 0.00085746464 | |
| 19483687 | 8 months ago | | | 0 | 0.0013506941 |
ABI
ABI objects
Getter at block 21224097
buyTax() view returns (uint256)
5
decimals() view returns (uint256)
18
developmentWallet() view returns (address)
0x377bc5e63ef75b266a199a8172fd111f5c5e42c0
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
ethReflectionBasis() view returns (uint256)
34033186790230596168
lpPair() view returns (address)
0x90b01c7ca17b4392a13477fd58e3c3e4ca24ee37
maxTxLimit() view returns (uint256)
100000000000000000000000000
maxWalletLimit() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Magic Bag
owner() view returns (address)
0xfac288f7475730902cc9f4a34ea20ae974bf6011
sellTax() view returns (uint256)
7
swapableDevTax() view returns (uint256)
5507281225839372593029001
swapableRefection() view returns (uint256)
1630527694448337914855718
symbol() view returns (string)
Felix
taxDivisionPercentage() view returns (uint256)
0
totalBurned() view returns (uint256)
7874652707427875808219088
totalLP() view returns (uint256)
6299053171410698435423732
totalReflected() view returns (uint256)
9077493211944710912721654
totalSupply() view returns (uint256)
92125347292572124191780912
tradingActive() view returns (bool)
true
Read-only
allowance(address sender, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkExludedFromTax(address _account) view returns (bool)
isBot(address _account) view returns (bool)
isReflectionExcluded(address account) view returns (bool)
lastReflectionBasis(address) view returns (uint256)
lpPairs(address) view returns (bool)
totalClaimedReflection(address) view returns (uint256)
unclaimedReflection(address addr) view returns (uint256)
State-modifying
Events addBot(address[] _bot)
addLpPair(address pair, bool status)
addReflection() payable
addReflectionExcluded(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amountTokens)
claimReflection()
disableTrading()
enableTrading()
excludeFromTax(address account)
includeInTax(address _account)
recoverAllEth()
recoverErc20token(address token, uint256 amount)
removeAllTax()
removeBot(address _bot)
removeReflectionExcluded(address account)
renounceOwnership()
setDevWallet(address newDevWallet)
setMaxWalletLimit(uint256 amount)
setTaxDivPercentage(uint256 percentage)
setbuyTax(uint256 tax)
setmaxTxLimit(uint256 amount)
setsellTax(uint256 tax)
swapDevTax()
swapReflection()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
functionType(uint256 Type, address sender, uint256 amount)
constructor(string name_, string symbol_, uint256 decimals_, uint256 totalSupply_, address devWallet_, uint256 taxDivisionPercentage_, uint256 maxTxLimit_, uint256 maxWalletLimit_)
receive()
This contract contains no error objects.