Open Meta City
Verified contract
Active on
Ethereum with 449 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OMZ | ERC-20 | 2 | $0.161599 |
$0.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21193775 | 4 days ago | | | 0 | 0.0014257026 | |
| 21119539 | 14 days ago | | | 0 | 0.00018723431 | |
| 21119534 | 14 days ago | | | 0 | 0.00019022965 | |
| 21118251 | 15 days ago | | | 0 | 0.00024938076 | |
| 21093974 | 18 days ago | | | 0 | 0.00080463788 | |
| 21093955 | 18 days ago | | | 0 | 0.00075616215 | |
| 21093901 | 18 days ago | | | 0 | 0.00077228663 | |
| 20923551 | a month ago | | | 0 | 0.0010687287 | |
| 20906375 | a month ago | | | 0 | 0.00037221956 | |
| 20884936 | 2 months ago | | | 0 | 0.00050330046 |
ABI
ABI objects
Getter at block 21222279
decimals() view returns (uint8)
18
name() view returns (string)
Open Meta City
owner() view returns (address)
0x3e17695d55a9c9cc8b5712444b12d2dbc71d95f8
paused() view returns (bool)
false
symbol() view returns (string)
OMZ
totalSupply() view returns (uint256)
200000000000000000000000000
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)
pause()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.