Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
No balances found for "MarX"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17534037 | a year ago | | | 0 | 0.00036361500 | |
| 17157540 | 2 years ago | | | 0 | 0.00094539900 | |
| 16675413 | 2 years ago | | | 0 | 0.00075147100 | |
| 16675203 | 2 years ago | | | 0 | 0.00084843500 | |
| 16675144 | 2 years ago | | | 0 | 0.00075147100 | |
| 16114245 | 2 years ago | | | 0 | 0.00073185244 | |
| 15999947 | 2 years ago | | | 0 | 0.0010358021 | |
| 15908764 | 2 years ago | | | 0 | 0.0010773400 | |
| 15905435 | 2 years ago | | | 0 | 0.0012928080 | |
| 15745668 | 2 years ago | | | 0 | 0.00091594300 |
ABI
ABI objects
Getter at block 21289149
decimals() view returns (uint8)
18
initialSupply() pure returns (uint256)
2100000000
name() view returns (string)
MarX
paused() view returns (bool)
true
symbol() view returns (string)
MARX
totalSupply() view returns (uint256)
2100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
isRecoverer(address account) view returns (bool)
State-modifying
Events addPauser(address account)
addRecoverer(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount) returns (bool)
burnFrom(address account, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
recoverERC20(address tokenAddress, uint256 tokenAmount)
renouncePauser()
renounceRecoverer()
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)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
RecovererAdded(address indexed account)
RecovererRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.