MarsToken
Verified contract
Active on
Ethereum with 8,535 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 |
---|---|---|---|---|---|
Mars | ERC-20 | 60.291285K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21132777 | 5 days ago | | | 0 | 0.00075673197 | |
| 21113947 | 8 days ago | | | 0 | 0.00017642921 | |
| 21110332 | 8 days ago | | | 0 | 0.00019463948 | |
| 21104398 | 9 days ago | | | 0 | 0.00011432750 | |
| 21070399 | 14 days ago | | | 0 | 0.00047782104 | |
| 21069985 | 14 days ago | | | 0 | 0.00035347290 | |
| 21047178 | 17 days ago | | | 0 | 0.00011101493 | |
| 21047058 | 17 days ago | | | 0 | 0.00012943162 | |
| 21019646 | 21 days ago | | | 0 | 0.00028920773 | |
| 20991481 | 25 days ago | | | 0 | 0.0012234785 |
ABI
ABI objects
Getter at block 21168952
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
MarsToken
owner() view returns (address)
0x65785917bc751f6506bd4818527b1909d0b1e57a
symbol() view returns (string)
Mars
totalSupply() view returns (uint256)
2100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
distributeMars(address _communityTreasury, address _teamTreasury, address _investorTreasury)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.