Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MLN | ERC-20 | 8.396298M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19771482 | 7 months ago | | | 0 | 0.00049762033 | |
| 19771482 | 7 months ago | | | 0 | 0.00049762033 | |
| 19771472 | 7 months ago | | | 0 | 0.00028573160 | |
| 19771435 | 7 months ago | | | 0 | 0.00026586756 |
ABI
ABI objects
Getter at block 21330717
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
FEE_PRECISION() view returns (uint16)
10000
MAX_FEE() view returns (uint16)
2000
TOKEN_CODE() view returns (uint256)
255379718580700830877020860850843476
autoProcessFees() view returns (bool)
true
decimals() view returns (uint8)
18
feeConfiguration() view returns (bool feesInToken, uint16 buyFees, uint16 sellFees, uint16 transferFees, uint16 burnFeeRatio, uint16 liquidityFeeRatio, uint16 collectorsFeeRatio)
(feesInToken=false, buyFees=2000, sellFees=2000, transferFees=2000, burnFeeRatio=0, liquidityFeeRatio=0, collectorsFeeRatio=10000)
liquidityOwner() view returns (address)
0xe6f7b45744cb8ec167872ad57d03ff3ab98a7934
maxTokenPerWallet() view returns (uint256)
10000000000000000000000000
name() view returns (string)
MALON AI
numTokensToSwap() view returns (uint256)
100000000000000000000000
owner() view returns (address)
0xe6f7b45744cb8ec167872ad57d03ff3ab98a7934
swapPair() view returns (address)
0x7161a022fbb677b0b1756ae5e3d0d376824c8fe2
swapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
MLN
totalFeeCollectorsShares() view returns (uint256)
10000
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
feeCollectorShare(address account) view returns (uint256)
isExcludedFromAntiWhale(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isFeeCollector(address account) view returns (bool)
isLpPool(address pairAddress) view returns (bool)
State-modifying
Events addFeeCollector(address account, uint256 share)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeFees(uint256 amount, bool inToken)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processFees(uint256 amount, uint256 minAmountOut)
removeFeeCollector(address account)
renounceOwnership()
setAutoprocessFees(bool autoProcess)
setFeeConfiguration(struct TaxableTokenFeeConfiguration configuration)
setIsExcludedFromAntiWhale(address account, bool excluded)
setIsExcludedFromFees(address account, bool excluded)
setIsLpPool(address pairAddress, bool isLp)
setLiquidityOwner(address newOwner)
setMaxTokenPerWallet(uint256 amount)
setNumTokensToSwap(uint256 amount)
setSwapRouter(address newRouter)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFeeCollectorShare(address account, uint256 share)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludedFromAntiWhale(address indexed account, bool excluded)
ExcludedFromFees(address indexed account, bool excluded)
FeeCollected(address indexed receiver, uint256 amount)
FeeCollectorAdded(address indexed account, uint256 share)
FeeCollectorRemoved(address indexed account)
FeeCollectorUpdated(address indexed account, uint256 oldShare, uint256 newShare)
FeeConfigurationUpdated(struct TaxableTokenFeeConfiguration configuration)
MaxTokenPerWalletUpdated(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetLpPool(address indexed pairAddress, bool isLp)
SwapRouterUpdated(address indexed router, address indexed pair)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply_, address feeReceiver_, address swapRouter_, struct TaxableTokenFeeConfiguration feeConfiguration_, address[] collectors_, uint256[] shares_)
receive()
This contract contains no error objects.