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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.00097 |
$0 | |
MADDI | ERC-20 | 413.319285K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22415114 | 2 days ago | | | 0 | 4.1130293e-7 | |
| 21866782 | 14 days ago | | | 0 | 4.8001987e-7 | |
| 21866666 | 14 days ago | | | 0 | 4.8252909e-7 | |
| 21866371 | 14 days ago | | | 0 | 4.7214625e-7 | |
| 21770035 | 17 days ago | | | 0 | 2.7906899e-7 | |
| 21450555 | 24 days ago | | | 0 | 2.3398972e-7 | |
| 21207083 | a month ago | | | 0 | 1.1588616e-7 | |
| 21168205 | a month ago | | | 0 | 1.7537796e-7 | |
| 21127266 | a month ago | | | 0 | 0.000000409901896960 | |
| 20978217 | a month ago | | | 0 | 3.9564229e-7 |
ABI
ABI objects
Getter at block 22489196
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
FEE_PRECISION() view returns (uint16)
10000
MAX_FEE() view returns (uint16)
2000
TOKEN_CODE() view returns (uint256)
255379718580696182655831931395125076
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=300, sellFees=300, transferFees=0, burnFeeRatio=3300, liquidityFeeRatio=3300, collectorsFeeRatio=3400)
liquidityOwner() view returns (address)
0x1a047c287fa160dcce8e9d417dac5707f289f426
name() view returns (string)
MADDI Token
numTokensToSwap() view returns (uint256)
7500000000000000000000
owner() view returns (address)
0x1a047c287fa160dcce8e9d417dac5707f289f426
swapPair() view returns (address)
0xd69b5a51f32dee8baa1a071908050d9712003daf
swapRouter() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol() view returns (string)
MADDI
totalFeeCollectorsShares() view returns (uint256)
10000
totalSupply() view returns (uint256)
75000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
feeCollectorShare(address account) view returns (uint256)
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
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)
setIsExcludedFromFees(address account, bool excluded)
setIsLpPool(address pairAddress, bool isLp)
setLiquidityOwner(address newOwner)
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)
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)
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.