Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MallowSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2492888 | a year ago | | | 0 | 0.000038774400 | |
| 2469855 | a year ago | | | 0 | 0.000077038503 | |
| 2469195 | a year ago | | | 0 | 0.0000093060000 | |
| 2469167 | a year ago | | | 0 | 0.000092464504 | |
| 2469165 | a year ago | | | 0 | 0.0000092748000 | |
| 2468942 | a year ago | | | 0 | 0.000038774400 | |
| 2468903 | a year ago | | | 0 | 0.0000048856526 | |
| 2468839 | a year ago | | | 0 | 0.000055821600 | |
| 2468766 | a year ago | | | 0 | 0.0000093036000 | |
| 2468700 | a year ago | | | 0 | 0.000055821600 |
ABI
ABI objects
Getter at block 23195147
BUY_FEE() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
90000000000000000000000000
SELL_FEE() view returns (uint256)
450
TREASURY_FEE() view returns (uint256)
50
autoSwap() view returns (bool)
true
decimals() view returns (uint8)
18
devAddress() view returns (address)
0xb3a19b4a9744c35d9c1e160e5bf772bb605f2e2c
name() view returns (string)
MallowSwap
owner() view returns (address)
0xb3a19b4a9744c35d9c1e160e5bf772bb605f2e2c
symbol() view returns (string)
MLW
totalBurned() view returns (uint256)
1982914901948204338565671
totalSupply() view returns (uint256)
1017085098051795661434329
uniswapV2Router() view returns (address)
0xb3a19b4a9744c35d9c1e160e5bf772bb605f2e2c
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMinter(address) view returns (bool)
whiteListedPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
assignMinterRole(address _account)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableV2PairFee(address _account, bool _flag)
excludeMultipleAccountsFromFees(address[] _accounts, bool _excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _user, uint256 _amount)
recoverToken(address _token)
renounceOwnership()
revokeMinterRole(address _account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDevAddress(address _dev)
updateFee(uint256 feeType, uint256 fee)
updateUniswapV2Router(address newAddress)
AddressExcluded(address indexed _user, address indexed _account, bool _flag)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeUpdated(address indexed _user, uint256 _feeType, uint256 _fee)
MinterRoleAssigned(address indexed _user, address indexed _account)
MinterRoleRevoked(address indexed _user, address indexed _account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ToggleV2Pair(address indexed _user, address indexed _pair, bool _flag)
TokenRecoverd(address indexed _user, uint256 _amount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor(uint256 _maxSupply, uint256 _initialSupply, address router_, address _dev)
This contract contains no fallback and receive objects.
This contract contains no error objects.