TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 855 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
0xa000…0000
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212970 | 2 days ago | | | 0 | 0.00062101951 | |
| 21025474 | a month ago | | | 0 | 0.00032890140 | |
| 21020177 | a month ago | | | 0 | 0.00061711728 | |
| 20997041 | a month ago | | | 0 | 0.00057193000 | |
| 20997031 | a month ago | | | 0 | 0.00080572053 | |
| 20975441 | a month ago | | | 0 | 0.00084392797 | |
| 20975434 | a month ago | | | 0 | 0.00085620362 | |
| 20975426 | a month ago | | | 0 | 0.00093217704 | |
| 20945244 | a month ago | | | 0 | 0.00097915731 | |
| 20945043 | a month ago | | | 0 | 0.00034012486 |
ABI
ABI objects
Getter at block 21225828
claimable() view returns (bool)
false
cost() view returns (uint256)
0
getTransferValidationFunction() pure returns (bytes4 functionSignature, bool isViewFunction)
(functionSignature=0xcaee23ea, isViewFunction=true)
getTransferValidator() view returns (address validator)
0xa000027a9b2802e1ddf7000061001e5c005a0000
maxSupply() view returns (uint256)
2000
name() view returns (string)
MetaRebelzPuppies
owner() view returns (address)
0xdc43c3ca65ea79fafe251e45fe6040f67b859bcb
paused() view returns (bool)
false
symbol() view returns (string)
MRP
totalSupply() view returns (uint256 result)
2000
withdrawWallet() view returns (address)
0xdc43c3ca65ea79fafe251e45fe6040f67b859bcb
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership ownership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
freeClaims(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isLocked(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address to, uint256 _mintAmount)
approve(address to, uint256 tokenId) payable
claim(uint256 _claimAmount)
initialize(address transferValidator_)
lockToken(uint256 tokenId, bool isAdmin)
lockToken(uint256[] tokenIds)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setClaims(address[] addresses, uint256[] counts)
setCost(uint256 _newCost)
setMaxSupply(uint256 _maxSupply)
setTransferValidator(address validator)
setWithdrawWallet(address wallet)
toggleClaimable()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unlockToken(uint256 tokenId, bool isAdmin)
unlockToken(uint256[] tokenIds)
unpause()
withdraw() payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferValidatorUpdated(address oldValidator, address newValidator)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotCompatibleWithSpotMints()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
SpotMintTokenIdTooSmall()
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()