Mogutou

Verified contract

Active on Ethereum with 951 txns
Deployed by via 0xffa06ca5 at 20114237
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Mogutou"

0x3bf0d44f165c536e9a70e51b5e15257210db291c4694e0691322dc07abc61e60
0xf8f13b74f0dbb5c351e81d0aa56a016990a3e4ca95e7392381534a818566e261
0xf7efc59f45879c569b925b2859f76b783da533d52aa8cbffcfa904d019eedbcd
0x694e06addf773a1ad16b31cd39539e790037f70fba7509a76f7ae4916e66e3f6
0x1876615135b15a86be81a9b753cea5262bef2c870a3678a06f6e800047d287a7
0x7068de4366c910b113b2f8a6253b18eefa68c78ac322d3b906ad38556379a897
0xb75e352d6b877d0d58b95aeca8ee69a0ca99c8489254d2e5ff2b5dc5e191fc7a
0x1a76de439ab595b3fb5776fc7f81805ebdb52920239995b1669a9e31207df3c3
0x55f25fc13db880f6e55b9c60008fb37eb78bdad65a99538b3b17061371a1ffef
0x18d2ca77a1a73777c7ab2d970e052f099823f897d15f61e7d4143f587b84da79

Functions
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(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
setExclusion(address accountbool status
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateBuyFee(uint256 newPurchaseFee
updateSellFee(uint256 newSaleFee
Events
Approval(address indexed owneraddress indexed spenderuint256 value
FeesCharged(address indexed senderuint256 amountuint256 timestamp
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string tokenNamestring tokenSymboluint256 initialMintaddress routerAddr
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(