XenlonMarsERC20
Verified contract
Active on
Ethereum with 4,027 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "XenlonMarsERC20"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21309711 | 2 days ago | | | 0 | 0.00043626803 | |
| 21299845 | 3 days ago | | | 0 | 0.00027908546 | |
| 21282838 | 5 days ago | | | 0 | 0.00040764718 | |
| 21221745 | 14 days ago | | | 0 | 0.00048694607 | |
| 21207659 | 16 days ago | | | 0 | 0.00021526380 | |
| 21200273 | 17 days ago | | | 0 | 0.00053490702 | |
| 21192021 | 18 days ago | | | 0 | 0.0010910956 | |
| 21160511 | 23 days ago | | | 0 | 0.00079553017 | |
| 21160504 | 23 days ago | | | 0 | 0.00046260096 | |
| 21111937 | a month ago | | | 0 | 0.00018152722 |
ABI
ABI objects
Getter at block 21322061
DOMAIN_SEPARATOR() view returns (bytes32)
0x066a393135961c4b0069c61929a9a67c9e34e49a91fba78b468f6552bd5181f3
decimals() view returns (uint8)
18
name() view returns (string)
Xenlon Mars
owner() view returns (address)
0x529608dca34504ab12ccc55efb5bb091d0188500
symbol() view returns (string)
XLON
totalSupply() view returns (uint256)
3235644648031871466995200000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.