TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,230 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
0x300b…ef84
3 additional
variables
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16862870 | 2 years ago | | | 0 | 0.0031045477 | |
| 16829060 | 2 years ago | | | 0 | 0.0038572015 | |
| 16824416 | 2 years ago | | | 0 | 0.0029653534 | |
| 16760851 | 2 years ago | | | 0 | 0.0020909077 | |
| 16760849 | 2 years ago | | | 0 | 0.0021974692 | |
| 16760847 | 2 years ago | | | 0 | 0.0021488421 | |
| 16760845 | 2 years ago | | | 0 | 0.0023575848 | |
| 16760842 | 2 years ago | | | 0 | 0.0031222929 | |
| 16720718 | 2 years ago | | | 0 | 0.0033823444 | |
| 16704534 | 2 years ago | | | 0 | 0.0028171736 |
ABI
ABI objects
Getter at block 21208489
DECIMAL_FACTOR() view returns (uint256)
100
DR_PASS_ID() view returns (uint256)
5
FARMER_PASS_ID() view returns (uint256)
4
HOODIE_ID() view returns (uint256)
2
MAX_PER_TX() view returns (uint256)
3
MAX_PER_WALLET() view returns (uint256)
3
OG_TOKEN_ID() view returns (uint256)
1
ROLL_PAPER_ID() view returns (uint256)
1
SERUM_ID() view returns (uint256)
3
gameItem() view returns (address)
0x300b3c45f90744a219dee4c7441eae15ce42ef84
isOGMint() view returns (bool)
false
lockAddress() view returns (address)
0x8eaa25f71d059293a8bff0da7974ea29a77d4154
merkleRoot() view returns (bytes32)
0x907734e2f496d9da8ed4951f527ad2c420dc1374e863dfc3e44a6660df55fa0f
ogPassAddress() view returns (address)
0xfe190723a465c99293c4f035045c0a6880d25dbe
ogTokenAddress() view returns (address)
0xe4e3a5fc669f43c23857d180e173e73e3b0ffa14
owner() view returns (address)
0xb90af58c2474b2c52b9da7b8fa4761c67b561e65
paused() view returns (bool)
false
tokenCount() view returns (uint256)
5
walletAddress() view returns (address)
0x0d6e6ef1c181296636122a7806b7c3932bbaa787
Read-only
canMint(address who) view returns (bool)
eligibleToBuy(address _user, uint256 _id, uint256 _amount) view returns (bool)
lastMinted(address) view returns (uint256)
maxPerWallet(uint256 id) pure returns (uint256 max)
mintedPerWallet(address) view returns (uint256)
prices(uint256) view returns (uint256)
supplies(uint256) view returns (uint256)
supplyCaps(uint256) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
buy(address _to, uint256 _id, uint256 _amount, uint256 _timestamp, bytes _signature, bytes32[] _ogProof)
initialize(address _gameItem, address _wallet, address _ogPass, address _account, address _lock, bytes32 _ogRoot)
pause()
renounceOwnership()
setLockAddress(address _address)
setOGMerkleRoot(bytes32 _root)
setOGMint(bool status)
setOgTokenAddress(address ogToken)
setPrice(uint256[] _prices)
setSupply(uint256[] _caps)
setWalletAddress(address _wallet)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
FailedVerify()
InvalidAmount()
InvalidSender()
InvalidTimestamp()
NotEnoughBalance()
SupplyLimit()
VerifyFailed()