Meridian Network
Verified contract
Active on
Ethereum with 4,232 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 |
---|---|---|---|---|---|
XYS | ERC-20 | 41.647436K | -- | -- | |
MRDN | ERC-20 | 784.931961 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21228667 | 4 days ago | | | 0 | 0.00020456332 | |
| 21214294 | 6 days ago | | | 0 | 0.00031356055 | |
| 20614949 | 3 months ago | | | 0 | 0.000031592600 | |
| 20614830 | 3 months ago | | | 0 | 0.000048317011 | |
| 20584720 | 3 months ago | | | 0 | 0.000026732200 | |
| 20500833 | 3 months ago | | | 0 | 0.000038339203 | |
| 20390475 | 4 months ago | | | 0 | 0.000066186921 | |
| 20196520 | 5 months ago | | | 0 | 0.000045875961 | |
| 20196518 | 5 months ago | | | 0 | 0.000044302621 | |
| 20000353 | 6 months ago | | | 0 | 0.00011474993 |
ABI
ABI objects
Getter at block 21259480
_owner() view returns (address)
0xdf824317aa0b1ce4c9892b2a70f351b92d5a7236
decimals() view returns (uint8)
18
name() view returns (string)
Meridian Network
symbol() view returns (string)
MRDN
totalSupply() view returns (uint256)
10000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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, uint256 initialSupply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.