MXCToken
Verified contract
Active on
Ethereum with 231,644 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 |
---|---|---|---|---|---|
MXC | ERC-20 | 10.791596M | $0.005484 |
$59,185.21 | |
ERC-20 | 1,828,000,000T | -- | -- | ||
ERC-20 | 1,828,000,000T | -- | -- | ||
ERC-20 | 88.888888M | -- | -- | ||
ERC-20 | 21M | -- | -- | ||
ERC-20 | 8.889K | -- | -- | ||
C4Y | ERC-20 | 4.8K | -- | -- | |
Shell | ERC-20 | 300 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244350 | 2 minutes ago | | | 0 | 0.00070410199 | |
| 21244306 | 11 minutes ago | | | 0 | 0.00067219433 | |
| 21244294 | 13 minutes ago | | | 0 | 0.00089504387 | |
| 21244294 | 13 minutes ago | | | 0 | 0.00091651204 | |
| 21244286 | 15 minutes ago | | | 0 | 0.00097150946 | |
| 21244277 | 17 minutes ago | | | 0 | 0.00091082015 | |
| 21244255 | 21 minutes ago | | | 0 | 0.00072206952 | |
| 21244237 | 25 minutes ago | | | 0 | 0.00083553791 | |
| 21244209 | 31 minutes ago | | | 0 | 0.00077566500 | |
| 21244189 | 35 minutes ago | | | 0 | 0.00076150683 |
ABI
ABI objects
Getter at block 21244358
decimals() view returns (uint8)
18
name() view returns (string)
MXCToken
symbol() view returns (string)
MXC
totalSupply() view returns (uint256)
2664965800000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
vestBalanceOf(address who) view returns (uint256 amount, uint256 vestedAmount, uint256 start, uint256 cliff, uint256 vesting)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
grantToken(address _to, uint256 _amount, uint256 _start, uint256 _cliff, uint256 _vesting) returns (bool success)
grantTokenStartNow(address _to, uint256 _amount, uint256 _cliffMonths, uint256 _vestingMonths) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
redeemVestableToken(address _to) returns (bool success)
returnGrantedToken(uint256 _amount) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
GrantedTokenReturned(address indexed _from, address indexed _to, uint256 _amount)
NewTokenGrant(address indexed _from, address indexed _to, uint256 _amount, uint256 _start, uint256 _cliff, uint256 _vesting)
Transfer(address indexed from, address indexed to, uint256 value)
VestedTokenRedeemed(address indexed _to, uint256 _amount, uint256 _vestedMonths)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.