dotmoovs
Verified contract
Active on
Ethereum with 18,819 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOOV | ERC-20 | 3.782449K | $0.001882 |
$7.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238314 | a day ago | | | 0 | 0.00066320386 | |
| 21225705 | 3 days ago | | | 0 | 0.00048986158 | |
| 21224776 | 3 days ago | | | 0 | 0.00091080573 | |
| 21222052 | 3 days ago | | | 0 | 0.0013961151 | |
| 21221803 | 3 days ago | | | 0 | 0.00056780271 | |
| 21215835 | 4 days ago | | | 0 | 0.00081524525 | |
| 21211755 | 5 days ago | | | 0 | 0.00061864367 | |
| 21204636 | 6 days ago | | | 0 | 0.00050179187 | |
| 21197017 | 7 days ago | | | 0 | 0.00033646992 | |
| 21194261 | 7 days ago | | | 0 | 0.0013220209 |
ABI
ABI objects
Getter at block 21244855
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
distributionContract() view returns (address)
0xa7b5f3ecad9267f0d049df8ffaa2bac8b3a4634d
name() view returns (string)
dotmoovs
owner() view returns (address)
0x5ed5df78699fe6f34747aeab3e34b1d3f65eda4d
paused() view returns (bool)
false
symbol() view returns (string)
MOOV
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _distributionContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.