ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 8,042 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167548 | 3 hours ago | | | 0 | 0.0049656836 | |
| 21165186 | 11 hours ago | | | 0 | 0.0030340546 | |
| 21161931 | a day ago | | | 0 | 0.0057855839 | |
| 21158794 | a day ago | | | 0 | 0.0021148155 | |
| 21158760 | a day ago | | | 0 | 0.0095260345 | |
| 21158072 | a day ago | | | 0 | 0.0034495127 | |
| 21157548 | 2 days ago | | | 0 | 0.0061098987 | |
| 21156352 | 2 days ago | | | 0 | 0.0014540801 | |
| 21155103 | 2 days ago | | | 0 | 0.0058716314 | |
| 21155099 | 2 days ago | | | 0 | 0.0057375556 |
ABI
ABI objects
Getter at block 21168454 proxiableUUID() view returns (bytes32)
astroToken() view returns (address)
0x64b0e48fcf4616456ce3ca2bf328f6bf48279e7c
emissionRateManager() view returns (address)
0x6b7c398158e41af15918592ba69811fe23693e92
isMintingPaused() view returns (bool)
false
isPaused() view returns (bool)
false
owner() view returns (address)
0x3dbaa3506b9f51535bbcd30a8b9ed4c075c8b6ef
tinyAstro() view returns (address)
0x7b692917124f64e1658d67c72ab5df5219078e37
Read-only
isTokenStaked(uint256 tokenId) view returns (bool)
rentalDurations(uint256) view returns (bool)
rentalRecipientStatus(address recipient) view returns (bool isValid, uint32 expiration)
rentalStatus(address addr) view returns (uint256[] stakedTokenIds, address[] recipient1, address[] recipient2, uint32[] expiration1, uint32[] expiration2, bool[] isValid1, bool[] isValid2)
stakedTokens(uint256) view returns (address owner, uint32 timestamp, bool isFirstStaked, address recipient1, uint32 expiration1, address recipient2, uint32 expiration2)
stakingStatus(address addr) view returns (uint256[] stakedTokenIds, uint256 dailyYield, uint256 amountToMint, uint256 amountMinted)
tokenOwners(address) view returns (uint256 amountMinted)
tokenRarities(uint256) view returns (uint256)
State-modifying
Events adminUnstake(address owner, uint256[] tokenIds)
claim()
initialize(address _tinyAstro, address _astroToken, address _emissionRateManager)
renounceOwnership()
rent(uint256 tokenId, address recipient, bool firstPass, uint256 duration)
setEmissionRateManager(address addr)
setMintingPaused(bool status)
setPaused(bool status)
stake(uint256[] tokenIds)
transferOwnership(address newOwner)
unstake(uint256[] tokenIds)
updateRentalDurations(uint256[] toAdd, uint256[] toRemove)
updateTokenRarity(uint256 rarity, uint256[] tokenIds)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Claimed(address indexed owner, uint256 amountMinted)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rented(address indexed owner, address indexed recipient, uint256 indexed tokenId, bool isFirstPass, uint32 expiration)
Staked(address indexed owner, uint256 indexed tokenId, bool isFirstStaked)
Unstaked(address indexed owner, uint256 indexed tokenId, uint256 amountMinted)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.