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 "Mogutou"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149943 | a day ago | | | 0 | 0.00056262845 | |
| 21149659 | a day ago | | | 0 | 0.00072458212 | |
| 21149594 | a day ago | | | 0 | 0.00055627899 | |
| 21131419 | 4 days ago | | | 0 | 0.0011305866 | |
| 21128345 | 4 days ago | | | 0 | 0.0011376495 | |
| 21125638 | 4 days ago | | | 0 | 0.00086084578 | |
| 21122539 | 5 days ago | | | 0 | 0.00074374207 | |
| 21112677 | 6 days ago | | | 0 | 0.00041779980 | |
| 21102947 | 8 days ago | | | 0 | 0.00027465119 | |
| 21099433 | 8 days ago | | | 0 | 0.00019622210 |
ABI
ABI objects
Getter at block 21157690
_purchaseFee() view returns (uint256)
0
_saleFee() view returns (uint256)
0
decimals() pure returns (uint8)
18
name() view returns (string)
Mogutou
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairAddress() view returns (address)
0x2035d1a591c8a2089976016ebb7a8cd85bd67313
routerAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
MOGU
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
_exemptList(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExclusion(address account, bool status)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFee(uint256 newPurchaseFee)
updateSellFee(uint256 newSaleFee)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesCharged(address indexed sender, uint256 amount, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tokenName, string tokenSymbol, uint256 initialMint, address routerAddr)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()