MOONs on Ethereum
Verified contract
Active on
Ethereum with 839 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 |
---|---|---|---|---|---|
MOON | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119455 | a month ago | | | 0 | 0.000052844670 | |
| 21048599 | a month ago | | | 0 | 0.00041291522 | |
| 19872224 | 7 months ago | | | 0 | 0.00010892931 | |
| 19872001 | 7 months ago | | | 0 | 0.00010304255 | |
| 19840326 | 7 months ago | | | 0 | 0.00036621493 | |
| 19616585 | 8 months ago | | | 0 | 0.0011908127 | |
| 19601648 | 8 months ago | | | 0 | 0.00025317705 | |
| 19573762 | 8 months ago | | | 0 | 0.0034213841 | |
| 19547839 | 8 months ago | | | 0 | 0.0012140291 | |
| 19519113 | 8 months ago | | | 0 | 0.0019104298 |
ABI
ABI objects
Getter at block 21305098
DOMAIN_SEPARATOR() view returns (bytes32)
0x027e18e50fca6748275ae5bc42c6ead06dc5b1ac3739ce4d0e53ebc8f946ee01
PERMIT_TYPEHASH() view returns (bytes32)
0xea2aa0a1be11a07ed86d755c93467f4f82362b452371d1ba94d1715123511acb
bridgeContract() view returns (address)
0xe7228b4ebad37ba031a8b63473727f991e262dcd
decimals() view returns (uint8)
18
getTokenInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=2, minor=4, patch=0)
mintingFinished() view returns (bool)
false
name() view returns (string)
MOONs on Ethereum
owner() view returns (address)
0xe7228b4ebad37ba031a8b63473727f991e262dcd
symbol() view returns (string)
MOON
totalSupply() view returns (uint256)
1306992550849944998392533
version() view returns (string)
1
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
expirations(address, address) view returns (uint256)
isBridge(address _address) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address _to, uint256 _value) returns (bool result)
burn(uint256 _value)
claimTokens(address _token, address _to)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseAllowance(address _to, uint256 _addedValue) returns (bool result)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
move(address _from, address _to, uint256 _amount)
permit(address _holder, address _spender, uint256 _nonce, uint256 _expiry, bool _allowed, uint8 _v, bytes32 _r, bytes32 _s)
pull(address _from, uint256 _amount)
push(address _to, uint256 _amount)
renounceOwnership()
setBridgeContract(address _bridgeContract)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _chainId)
This contract contains no fallback and receive objects.
This contract contains no error objects.