morti

Verified contract

Active on Ethereum with 21 txns
Deployed by via 0x98445c5b at 20865097
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "morti"

0xb0a925a1b0dd2c64a60fd30acfa8fedf7582d29ca29b7dbc9bc53691e74b4572
0x6bac78b5750fb5e405a05a2a465d5122c603c8fe99264402fa748e4de63069b0
0x98425b4f58c9903da14a6c87a4fe99a16c74dea6dc6e00478279e296a2463aa7
0xa98575b1e170d5111c08b196213da73643f105da87bc9d3ef9e491eac4580c72
0x9f40e6ebf2943c4d00972b7941f408fcf86f40eb0a7dd9ea752560e0e1dd5f0e
0x486a4521ba3909e0167b7d60f0981da5e85d9260f15556a1fc8e43b1a3b6f22b
0xb1de1b7ff314b6e1f1b26bcd1e214d99acac45bef6060ca021e4056f4f0e4893
0xf688a9673c051ea6756417517a506d7467b8f90f5faff35efb90ca380f6bded1
0x90cc4949f32ce0d6e91798a03824b3883a7e156081688fd13ebef224576c9283
0xc1470abd462ce7959e645318d82f98934b871b7d8b682ba58409dbf792ab367a

Functions
Getter at block 20872482
_Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
_swapbackLimit(view returns (uint256)
1000000000000000000000000
_swapbackThreshold(view returns (uint256)
1000000000000000000000000
_tTotal(view returns (uint256)
100000000000000000000000000
_txLimit(view returns (uint256)
100000000000000000000000000
_walletLimit(view returns (uint256)
100000000000000000000000000
decimals(view returns (uint8)
18
feesAccount(view returns (address)
0xf67e52981d016f23f957a575158ca06ee2f5ccfb
name(view returns (string)
morti
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
morti
totalSupply(view returns (uint256)
1000100000000000000000000000000
uniswapV2Pair(view returns (address)
0x8dbb793d9cf75162e027fe77b7c21841639699ca
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isBot(addressview returns (bool)
whiteWallets(addressview returns (bool)
State-modifying
OpenTrade(
addBlacklist(address _isBot
approve(address spenderuint256 valuereturns (bool)
clearStuckETH(address fromaddress touint256 amount
delBlacklist(address notBot
removeLimit(
renounceOwnership(
setFees(uint256 _newBuyFeeuint256 _newSellFee
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(address feesWallet
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account