Motion

Verified contract

Active on Ethereum with 1,092 txns
Deployed by via 0x46e153c6 at 20915115
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $20.1
0xd0cb8c26a285ac61aa03ed011917d217101f5e64866ec880e4c0da7bcd7c8a57
0x2e72151589ddcc6379e2c63bf034772dd296c61808be14c13e8fb53c5baea0c8
0x646dcb491906a0baf13516d22344398bf303077fc96073a3545f1628e9f239fa
0xda71a8019147197d1fa684b8383e44b871936062dc73aa51b88b65227c0bf244
0xba24ae56c7c58949630181ac78ef70cfcb4c8b915037588d84c975f20528e8f2
0x4dabc0b5e9f4d39e436e687fd68729f11fab3c119338dc73138bdfb96d66be4a
0x0dcb0d82f2fd4720c45f58f3728fdbb2e2f7ad4b041c47110f8d6399ff57609f
0xf073f9bd916030d58fed312d45030cabf90e2c9133133a50615933f64a230216
0x709384576ba5b54ca1bddbf618b2be782f880bde87456066d494dc1f08f87dec
0x5e87e4c497f566b78d45daf794f4ffc8d687df0f8cf85c7108b9465205aabd02

Functions
Getter at block 21272728
DEPLOYER_ALLOCATION(view returns (uint256)
12500000000000000000000000000
MARKETING_WALLET(view returns (address)
0x391bfad58657354a125118c3bd66485492e16b12
SUPPLY(view returns (uint256)
100000000000000000000000000000
decimals(view returns (uint8)
18
firstSwapBlock(view returns (uint256)
20915694
launched(view returns (bool)
true
name(view returns (string)
Motion
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MOTION
totalSupply(view returns (uint256)
100000000000000000000000000000
uniswapV2Pair(view returns (address)
0x253f81382da07a078a5ea7c5a86a110afffe1784
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
isExcludedFromFees(addressview returns (bool)
State-modifying
addLiquidity(payable 
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
renounceOwnership(
setAutomatedMarketMakerPair(address accountbool value
setExcludedFromFees(address[] accountsbool value
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawStuckTokens(address tkn
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _uniswapV2Routeraddress _owner
Fallback and receive
receive(
Errors
AddressEmptyCode(address target
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
SafeERC20FailedOperation(address token