PerpetualMotion
Verified contract
Active on
Ethereum with 265 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($0.00)
No balances found for "PerpetualMotion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20865519 | 3 months ago | | | 0 | 0.00047843120 | |
| 16735908 | 2 years ago | | | 0 | 0.0063260602 | |
| 16512128 | 2 years ago | | | 0 | 0.00068523585 | |
| 16191389 | 2 years ago | | | 0 | 0.00063722939 | |
| 16019927 | 2 years ago | | | 0 | 0.0011896606 | |
| 15970348 | 2 years ago | | | 0 | 0.00094428571 | |
| 15969552 | 2 years ago | | | 0 | 0.0011603039 | |
| 15969549 | 2 years ago | | | 0 | 0.0011385479 | |
| 15969544 | 2 years ago | | | 0 | 0.0012220071 | |
| 15969528 | 2 years ago | | | 0 | 0.0011655115 |
ABI
ABI objects
Getter at block 21425650
buyFeesEnabled() view returns (bool)
false
deadBlocks() view returns (uint256)
0
decimals() pure returns (uint8)
9
generalReceiver() view returns (address)
0xdc660770c739e6563bd294620f2ebbcaa728f036
getCirculatingSupply() view returns (uint256)
1000000000000000
getMaximumWallet() view returns (uint256)
20000000000000
getOwner() view returns (address)
0x14322b101a8b57f71ce0c12eb60c8049e6bd08d7
initialPair() view returns (address)
0xc5e202f404860404daaee5d72789cb80a7c69358
launchedAt() view returns (uint256)
15884179
launchedTime() view returns (uint256)
1667414351
liquidityReceiver() view returns (address)
0x000000000000000000000000000000000000dead
locker() view returns (address)
0x0000000000000000000000000000000000000000
maxSwapPercent() view returns (uint256)
75
name() pure returns (string)
Perpetual Motion
owner() view returns (address)
0x14322b101a8b57f71ce0c12eb60c8049e6bd08d7
protectionDisabled() view returns (bool)
false
protectionEnabled() view returns (bool)
false
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellFeesEnabled() view returns (bool)
false
swapEnabled() view returns (bool)
true
swapMinimum() view returns (uint256)
100000000000
swapThreshold() view returns (uint256)
2000000000000
symbol() pure returns (string)
MOTION
totalSupply() view returns (uint256)
1000000000000000
transferTax() view returns (bool)
true
unlocksAt() view returns (uint256)
0
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkImpactEstimate(address pair, uint256 amount) view returns (uint256)
getTotalFee(bool selling) view returns (uint256)
shouldTakeFee(address sender) view returns (bool)
State-modifying
Events addLiquidityPool(address _pool, bool _enabled)
airdrop(address[] _addresses, uint256[] _amount)
approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
extractETH()
freeTransfer(address recipient, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(uint256 tokens, uint256 _deadBlocks, bool purchase, address[] _wallets) payable
lockContract(uint256 _weeks)
renounceOwnership()
setIsFeeExempt(address holder, bool exempt)
setIsLimitExempt(address holder, bool exempt)
setLiquidityProvider(address _provider, bool _set)
setMaxWallet(uint256 thousandths)
setSwapBackSettings(bool _enabled, uint256 _denominator, uint256 _denominatorMin)
toggleAntiDumpTax(bool _enabled, bool _reserve0)
toggleFees(bool _buyEnabled, bool _sellEnabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockContract()
AirdropSent(address indexed from)
AntiDumpTaxDisabled()
AntiDumpTaxEnabled(uint256 rate, uint256 period, uint256 threshold)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeExemptSet(address indexed wallet, bool isExempt)
FeesDisabled()
FeesEnabled()
LimitExemptSet(address indexed wallet, bool isExempt)
LiquidityPoolSet(address indexed pool, bool enabled)
LiquidityProviderSet(address indexed provider, bool isSet)
MaxWalletSet(uint256 limit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapSettingsSet(uint256 minimum, uint256 maximum, bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _liquidityProvider, address _generalWallet, address _ref)
receive()
This contract contains no error objects.