Movecoin ERC20
Verified contract
Active on
Ethereum with 2,086 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JSE | ERC-20 | 3.882K | -- | -- | |
MOVE | ERC-20 | 1.217K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18023611 | a year ago | | | 0 | 0.00085926124 | |
| 14221939 | 3 years ago | | | 0 | 0.0017973714 | |
| 14221912 | 3 years ago | | | 0 | 0.0029920753 | |
| 14209593 | 3 years ago | | | 0 | 0.0022396517 | |
| 14180687 | 3 years ago | | | 0 | 0.0038667614 | |
| 14172355 | 3 years ago | | | 0 | 0.0026642226 | |
| 13678248 | 3 years ago | | | 0 | 0.0088593762 | |
| 13492074 | 3 years ago | | | 0 | 0.0049846000 | |
| 12178173 | 4 years ago | | | 0 | 0.0060113040 | |
| 11940598 | 4 years ago | | | 0 | 0.0038907220 |
ABI
ABI objects
Getter at block 21306591
TOKEN_CAP() view returns (uint256)
1000000000000000000000000000
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
minted() view returns (uint256)
112643160000000000000000000
name() view returns (string)
Movecoin ERC20
paused() view returns (bool)
false
symbol() view returns (string)
MOVE
totalSupply() view returns (uint256)
108560963274000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
mint(address to, uint256 amount) returns (bool)
pause()
renounceMinter()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused()
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused()
constructor(string name, string symbol, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.