MOJO

Verified contract

Active on Ethereum with 544 txns
Deployed by via 0x183e7851 at 20814702
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x79dddff77cb05ed6da48c9da6521dbd6bca30d3b5c010689c5bdac3d21828e93
0xe9ec1cf5c8c0a91b3a924b9539704f66f9c3e465df991fd7cb8217d38678c9a9
0x880dbc0e614419d1220737fedd0098f76ea16df8925eb82b6cd2217d3dd459ad
0xfa124adb0af2dcdf3e0df3bb591ef7c769078c97426bea23423633ee1abc81fc
0x2b3ebe791e7c644bfb1be871f1785b6b6557dc6723bc267e1926329b34767709
0x31be6dab64f3d922259846b68e498d46ab972b0e2d02225362a1c710a7ede8f7
0x9b71f6c67ddf586d87d0cd7f95506057f9eb776dc927f9a04c30230c9f450e2a
0x952eb442eca5d75cb7edf4dd42c3ce51c5f2c48b2ec737a4ca14cadc0c30faad
0x4d620c401616687eea7018fd707fd4b2b9d932fdbdb5aac0d13f4d1f8b0a4f7b
0x34b2ba5a8a0b086819b52fa49b84b44903f1263f3906a4ae379bc4774f4d6679

Functions
Getter at block 20828433
antibotWallet(view returns (address)
0x9c74f0f766a54bbd719610db219ae7731add9414
buyPercent(view returns (uint256)
0
decimals(view returns (uint8)
18
name(view returns (string)
MOJO
openTrading(view returns (bool)
true
owner(view returns (address)
0x0000000000000000000000000000000000000000
sellPercent(view returns (uint256)
0
swapEnabled(view returns (bool)
true
swapThreshold(view returns (uint256)
5000000000000000000000000
symbol(view returns (string)
MOJO
totalSupply(view returns (uint256)
1000000000000000000000000000
uniPair(view returns (address)
0x804873b8359ba2d361f1f2113a7c036b6908c7b2
uniRouter(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
freelos(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
clearStuckToken(address _tokenuint256 numTokensreturns (bool)
editFreelos(address[] _freelosbool _status
manualSend(
renounceOwnership(
setConfig(uint256 _buyPercentuint256 _sellPercent
setSwapSettings(bool _enableduint256 _threshold
setWallets(address _antibotWallet
startTrading(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboluint256 _totalSupplyaddress _router
Fallback and receive
receive(
Errors
AddressInsufficientBalance(address account
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
TradingNotOpen(
UnauthorizedCaller(