Melon Token
Verified contract
Active on
Ethereum with 105,910 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($21,682.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MLN | ERC-20 | 1.289045K | $16.82 |
$21,681.73 | |
COMP | ERC-20 | 0.01695 | $50.22 |
$0.85 | |
AMP | ERC-20 | 42.291524 | $0.00416 |
$0.18 | |
BOND | ERC-20 | 0.068076 | $1.64 |
$0.11 | |
ISLA | ERC-20 | 1 | $0.026688 |
$0.03 | |
ZIK | ERC-20 | 34.0029 | $0.000145 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157368 | 19 minutes ago | | | 0 | 0.00062052238 | |
| 21157358 | 21 minutes ago | | | 0 | 0.00089542961 | |
| 21157277 | 37 minutes ago | | | 0 | 0.00043444841 | |
| 21157062 | an hour ago | | | 0 | 0.00056593117 | |
| 21157043 | an hour ago | | | 0 | 0.00045241027 | |
| 21157042 | an hour ago | | | 0 | 0.00079839470 | |
| 21157012 | 2 hours ago | | | 0 | 0.00083585168 | |
| 21157011 | 2 hours ago | | | 0 | 0.00076594279 | |
| 21157005 | 2 hours ago | | | 0 | 0.00055460953 | |
| 21156931 | 2 hours ago | | | 0 | 0.00066646005 |
ABI
ABI objects
Getter at block 21157461
BASE_UNITS() view returns (uint256)
1000000000000000000
INFLATION_ENABLE_DATE() view returns (uint256)
1551398400
INITIAL_TOTAL_SUPPLY() view returns (uint256)
932613000000000000000000
MINTING_INTERVAL() view returns (uint256)
31536000
YEARLY_MINTABLE_AMOUNT() view returns (uint256)
300600000000000000000000
council() view returns (address)
0xfeca27229a3801b34591582b66c46c82a9bc9994
decimals() view returns (uint8)
18
deployer() view returns (address)
0x0d580ae50b58fe08514deab4e38c0dfdb0d30adc
initialSupplyMinted() view returns (bool)
true
name() view returns (string)
Melon Token
nextMinting() view returns (uint256)
1740614400
symbol() view returns (string)
MLN
totalSupply() view returns (uint256)
2668211355193969026327537
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
changeCouncil(address _newCouncil)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintInflation()
mintInitialSupply(address _initialReceiver)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, address _council)
This contract contains no fallback and receive objects.
This contract contains no error objects.