Standard
Verified contract
Active on
Ethereum with 5,306 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 |
---|---|---|---|---|---|
MARK | ERC-20 | 88.970272K | -- | -- | |
xMARK | ERC-20 | 13.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21234902 | 8 days ago | | | 0 | 0.00054433153 | |
| 21172594 | 17 days ago | | | 0 | 0.00072497113 | |
| 21150840 | 20 days ago | | | 0 | 0.00080844909 | |
| 20963253 | 2 months ago | | | 0 | 0.00048447410 | |
| 20963165 | 2 months ago | | | 0 | 0.00066379087 | |
| 20461388 | 4 months ago | | | 0 | 0.0010626960 | |
| 20203781 | 5 months ago | | | 0 | 0.00021398028 | |
| 20063080 | 6 months ago | | | 0 | 0.00075511122 | |
| 19977017 | 6 months ago | | | 0 | 0.00093316884 | |
| 19877834 | 6 months ago | | | 0 | 0.00076484502 |
ABI
ABI objects
Getter at block 21295226
decimals() view returns (uint8)
9
mark() view returns (address)
0x67c597624b17b16fb77959217360b7cd18284253
name() view returns (string)
Standard
symbol() view returns (string)
xMARK
totalSupply() view returns (uint256)
10680980605925023
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)
enter(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
leave(uint256 _share)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _mark)
This contract contains no fallback and receive objects.
This contract contains no error objects.