TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 494 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21331461 | 4 hours ago | | | 0.101072 | 0.010393239 | |
| 21330549 | 7 hours ago | | | 0.076895 | 0.011457146 | |
| 21330345 | 8 hours ago | | | 0.126701 | 0.013940228 | |
| 21328136 | 15 hours ago | | | 0.101875 | 0.0046054352 | |
| 21328034 | 15 hours ago | | | 0.09593 | 0.0049938317 | |
| 21327818 | 16 hours ago | | | 0.078217 | 0.0060386758 | |
| 21327662 | 17 hours ago | | | 0.078492 | 0.0051291003 | |
| 21327641 | 17 hours ago | | | 0.130819 | 0.0051375013 | |
| 21327623 | 17 hours ago | | | 0.576684 | 0.0052048009 | |
| 21327577 | 17 hours ago | | | 2.551215 | 0.0047860321 |
ABI
ABI objects
Getter at block 21332645
VERSION() view returns (string)
1.0.0
chainId() view returns (uint256)
1
earthmetaDAO() view returns (address)
0xf3bdb46109d0d5be9bd9b3effa1a9968e5076e77
expireRequestDuration() view returns (uint256)
180
merchant() view returns (address)
0x72bd6b56c1f01b8687e7c7e36109460c2314f720
mintCityCounter() view returns (uint256)
481
mintLandCounter() view returns (uint256)
0
owner() view returns (address)
0xc0007a7fd314faacca772ddb6271c27e0c49765c
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
cityIdToMintRequest(uint256) view returns (uint256)
landIdToMintRequest(uint256) view returns (uint256)
listMintCityRequests(uint256 _start, uint256 _limit) view returns (struct EarthmetaPaymentVaultMintCityRequest[])
listMintLandRequests(uint256 _start, uint256 _limit) view returns (struct EarthmetaPaymentVaultMintLandRequest[])
mintCityRequests(uint256) view returns (address minter, address to, uint256 cityId, uint256 countryId, string uri, uint256 level, uint256 price)
mintLandRequests(uint256) view returns (address minter, address to, uint256 landId, uint256 cityId, string uri, uint256 price)
tokens(address) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
initialize(address _owner, address _earthmetaDAO, address _merchant, uint256 _chainId)
mintCity(bytes _message, bytes _signature, address _token) payable
mintLand(bytes _message, bytes _signature, address _token) payable
pause()
renounceOwnership()
setDAO(address _newDao)
setExpireRequestDuration(uint256 _newExpireRequestDuration)
setMerchant(address _newMerchant)
setToken(address _token, bool _status)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
CallMustBeReceiver()
CityAlreadyMinted(uint256 arg0)
ErrorToSendFees(address receiver)
ExpiredRequest(uint256 arg0, uint256 arg1)
InvalidAttachedValue(uint256 submitted, uint256 required)
InvalidChainId(uint256 arg0, uint256 arg1)
InvalidCheckpoint()
InvalidMerchantSignature(address signer, address merchant)
InvalidToken(address arg0)
LandAlreadyMinted(uint256 arg0)
MerchantCanNotBeReceiver()