MetaGraphChain
Verified contract
Active on
Ethereum with 69,395 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.001994 |
$0 | |
BKBT | ERC-20 | 4.05K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
WDT | ERC-20 | 0.0007 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453392 | 4 months ago | | | 0 | 0.000090933959 | |
| 20453375 | 4 months ago | | | 0 | 0.000047343000 | |
| 20453357 | 4 months ago | | | 0 | 0.000093102086 | |
| 20453328 | 4 months ago | | | 0 | 0.000047343000 | |
| 20453242 | 4 months ago | | | 0 | 0.000095974229 | |
| 20453213 | 4 months ago | | | 0 | 0.000047355000 | |
| 20451903 | 4 months ago | | | 0 | 0.000095080703 | |
| 20451878 | 4 months ago | | | 0 | 0.000047331000 | |
| 20408245 | 4 months ago | | | 0 | 0.00014573671 | |
| 20408219 | 4 months ago | | | 0 | 0.000047355000 |
ABI
ABI objects
Getter at block 21243356
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
MetaGraphChain
symbol() view returns (string)
BKBT
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
changeName(string _name)
changeNameAndSymbol(string _name, string _symbol)
changeSymbol(string _symbol)
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(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.