TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,193 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0x75fb…d49d
0xcdd2…8442
0x7a59…0518
0xdab2…9890
0x74ad…3498
0xafde…66ed
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14945958 | 3 years ago | | | 0 | 0.00085908799 | |
| 14945152 | 3 years ago | | | 0 | 0.0024868609 | |
| 14945152 | 3 years ago | | | 0 | 0.0025072364 | |
| 14945152 | 3 years ago | | | 0 | 0.0025072364 | |
| 14945152 | 3 years ago | | | 0 | 0.0025072364 | |
| 14945152 | 3 years ago | | | 0 | 0.0025072364 | |
| 14945152 | 3 years ago | | | 0 | 0.0025072364 | |
| 14945152 | 3 years ago | | | 0 | 0.0025072364 | |
| 14945152 | 3 years ago | | | 0 | 0.0025072364 | |
| 14945152 | 3 years ago | | | 0 | 0.0028536199 |
ABI
ABI objects
Getter at block 21388144
VIYDiscount() view returns (uint256)
25
carNFT() view returns (address)
0x74ad5ba63531b1abbdf38eaba5bfe1ab36ce3498
carPrice() view returns (uint256)
450000000000000000000
carSupply() view returns (uint256)
0
carsLeft() view returns (uint256)
0
gYogieDiscount() view returns (uint256)
25
gYogies() view returns (address)
0x7a5963206f1c5529430716de9feeb6b6da5c0518
gemies() view returns (address)
0x75fb5de5fc69cc14a225ac198e052a62287ad49d
houseNFT() view returns (address)
0xdab2556e3a2827ad4af7fe88ad0271d62aff9890
housePrice() view returns (uint256)
60000000000000000000
houseSupply() view returns (uint256)
888
housesLeft() view returns (uint256)
0
openseaProxyRegistryAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x7826f257375846f4eee6e041d61e1874bbd5c584
petPrice() view returns (uint256)
450000000000000000000
petSupply() view returns (uint256)
222
petsLeft() view returns (uint256)
0
petsNFT() view returns (address)
0xafde102eedf004eb469fe10ee1d7162a761566ed
yogies() view returns (address)
0xcdd2c026b7c5efa9222c9050a1d1c72c56768442
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
buyCar(uint256 amount, uint256 providedYogie, bool isGenesis)
buyHouse(uint256 amount, uint256 providedYogie, bool isGenesis)
buyPets(uint256 amount, uint256 providedYogie, bool isGenesis)
initialize(address _gemies, address _yogies, address _gYogies, address _house, address _car, address _pet)
renounceOwnership()
setCarNFT(address _new)
setGYogieDiscount(uint256 newDiscount)
setGYogies(address _addr)
setGemies(address _addr)
setHouseNFT(address _new)
setPetNFT(address _new)
setPrices(uint256 _housePrice, uint256 _carPrice, uint256 _petsPrice)
setSupplies(uint256 _houseSupply, uint256 _carSupply, uint256 _petsSupply)
setVIYDiscount(uint256 newDiscount)
setYogies(address _addr)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseItem(address indexed buyer, uint256 indexed itemId)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.