MiamiMetacity
Verified contract
Active on
Ethereum with 363 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1fa9…01b6
0xd2af…f6d4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
METACITY | ERC-721 | 1 | -- | -- | |
METACITY | ERC-721 | 1 | -- | -- | |
METACITY | ERC-721 | 1 | -- | -- | |
METACITY | ERC-721 | 1 | -- | -- | |
METACITY | ERC-721 | 1 | -- | -- | |
METACITY | ERC-721 | 1 | -- | -- | |
METACITY | ERC-721 | 1 | -- | -- | |
METACITY | ERC-721 | 1 | -- | -- | |
METACITY | ERC-721 | 1 | -- | -- | |
METACITY | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16658513 | 2 years ago | | | 0 | 0.0035500781 | |
| 16615024 | 2 years ago | | | 0 | 0.0030053602 | |
| 16517123 | 2 years ago | | | 0 | 0.0021641984 | |
| 16474382 | 2 years ago | | | 0 | 0.0025078778 | |
| 16440076 | 2 years ago | | | 0 | 0.0028093165 | |
| 16411191 | 2 years ago | | | 0 | 0.0027009893 | |
| 16406233 | 2 years ago | | | 0 | 0.0036810433 | |
| 16391483 | 2 years ago | | | 0 | 0.0041355659 | |
| 16359190 | 2 years ago | | | 0 | 0.0032959664 | |
| 16356691 | 2 years ago | | | 0 | 0.0025296921 |
ABI
ABI objects
Getter at block 21201373
CITY_TAX() view returns (uint256)
10
DAILY_EARN_RATE() view returns (uint256)
100
MAXIMUM_CITY() view returns (uint256)
100000000000000000000000000
POWER_GAIN_RATE() view returns (uint256)
300
POWER_STARTING_POINT() view returns (uint256)
20
RATS_TAX() view returns (uint256)
30
RAT_FREEZE_TIME() view returns (uint256)
14400
ZEN_VACATION_TIME() view returns (uint256)
172800
cityOwnerAddress() view returns (address)
0x0000000000000000000000000000000000000000
numOfRats() view returns (uint256)
17
owner() view returns (address)
0x0f4ba5c29ce6775cdaa56de08e9dbc446164268f
paused() view returns (bool)
false
ratsClaimAddress() view returns (address)
0x0000000000000000000000000000000000000000
rescueEnabled() view returns (bool)
false
totalCityEarned() view returns (uint256)
0
Read-only
cityZens(uint256) view returns (uint16)
earned(uint256 tokenId) view returns (uint256)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
ratActions(uint256) view returns (uint256)
ratPower(uint256 tokenId) view returns (uint256)
vacations(uint256) view returns (uint256)
State-modifying
Events addCityZensAndRats(uint16[] tokenIds)
ratAttack(uint256 tokenId)
renounceOwnership()
rescue(uint16[] tokenIds)
setCityOwnerAddress(address _cityOwnerAddress)
setCityParams(uint256 dailyEarnRate, uint256 powerGainRate, uint256 powerStartingPoint, uint256 zenVacationTime, uint256 ratFreezeTime, uint256 cityTax, uint256 ratsTax, uint256 maximumCity)
setPaused(bool _paused)
setRatsClaimAddress(address _ratsClaimAddress)
setRescueEnabled(bool _enabled)
transferOwnership(address newOwner)
vacationCityZensAndRats(uint16[] tokenIds)
NFTClaimed(uint256 indexed tokenId, uint256 earned, uint256 cityTax, uint256 ratTax)
NFTStaked(address indexed owner, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RatAttacked(uint256 indexed tokenId, uint256 indexed zenTokenId, uint256 attackAmount, bool success)
Unpaused(address account)
constructor(address _metacity, address _city)
This contract contains no fallback and receive objects.
This contract contains no error objects.