meson.network
Verified contract
Active on
Ethereum with 71,427 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($70.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MSN | ERC-20 | 525.969989 | $0.133894 |
$70.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157083 | an hour ago | | | 0 | 0.00089742759 | |
| 21156804 | 2 hours ago | | | 0 | 0.00028736845 | |
| 21156661 | 2 hours ago | | | 0 | 0.00052528143 | |
| 21156641 | 2 hours ago | | | 0 | 0.00062686468 | |
| 21156396 | 3 hours ago | | | 0 | 0.00070911212 | |
| 21156294 | 4 hours ago | | | 0 | 0.00038118243 | |
| 21156157 | 4 hours ago | | | 0 | 0.00070459095 | |
| 21154461 | 10 hours ago | | | 0 | 0.00046827764 | |
| 21154297 | 10 hours ago | | | 0 | 0.00028022474 | |
| 21151875 | 18 hours ago | | | 0 | 0.00046722891 |
ABI
ABI objects
Getter at block 21157352
_cap() view returns (uint256)
127500000000000000000000000
cap() view returns (uint256)
127500000000000000000000000
contract_owner() view returns (address)
0xdecd13443f7d0b94ee1b2f803da013758bbeeb0e
decimals() view returns (uint8)
18
name() view returns (string)
meson.network
symbol() view returns (string)
MSN
totalSupply() view returns (uint256)
105000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount, string log)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount, string log)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn_log(address addr, uint256 amount, string log)
Mint_log(address addr, uint256 amount, string log)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 ini_supply, uint256 ini_cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.