Momentum
Verified contract
Active on
Ethereum with 1,194 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XMM | ERC-20 | 75.178464K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20573449 | 3 months ago | | | 0 | 0.000033041428 | |
| 20525234 | 4 months ago | | | 0 | 0.000048322949 | |
| 19970778 | 6 months ago | | | 0 | 0.00067410993 | |
| 19692238 | 7 months ago | | | 0 | 0.00071887392 | |
| 19088559 | 10 months ago | | | 0 | 0.00087380339 | |
| 18855390 | a year ago | | | 0 | 0.0010648902 | |
| 18802565 | a year ago | | | 0 | 0.00085740730 | |
| 18080490 | a year ago | | | 0 | 0.00064262228 | |
| 17526826 | a year ago | | | 0 | 0.00063822496 | |
| 17009575 | 2 years ago | | | 0 | 0.00051327148 |
ABI
ABI objects
Getter at block 21310706
decimals() view returns (uint8)
10
getLongMomentum() view returns (uint256)
22173325565467117
getMomentumAndSupply() view returns (uint256, uint256, uint256)
(10576454490990350, 22173325565467117, 659497160715188876)
getShortMomentum() view returns (uint256)
10576454490990350
name() view returns (string)
Momentum
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
XMM
totalSupply() view returns (uint256)
659497160715188876
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
startBurning()
transfer(address recipient, uint256 amount256) returns (bool)
transferFrom(address sender, address recipient, uint256 amount256) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, uint256 _shortMomentumWeight, uint256 _LMweightEx, uint256 _LMweightCo, uint256 factor, uint256 _shortMomentum, uint256 _longMomentum)
This contract contains no fallback and receive objects.
This contract contains no error objects.