MetaRebelz
Verified contract
Proxy
Active on
Ethereum with 6,118 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 ($18,395.13)
Native
Value
$18,395.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.721 | $3,215.37 |
$18,395.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157363 | 7 hours ago | | | 0.067 | 0.0013229282 | |
| 21153591 | 19 hours ago | | | 0 | 0.0011977897 | |
| 21153288 | 20 hours ago | | | 0 | 0.0013459752 | |
| 21153221 | 21 hours ago | | | 0 | 0.00084984286 | |
| 21153184 | 21 hours ago | | | 0 | 0.0011187537 | |
| 21150491 | a day ago | | | 0.067 | 0.0010255600 | |
| 21147946 | 2 days ago | | | 0.067 | 0.00061359185 | |
| 21147926 | 2 days ago | | | 0.067 | 0.00060806350 | |
| 21147369 | 2 days ago | | | 0.067 | 0.00081229067 | |
| 21147365 | 2 days ago | | | 0.067 | 0.00078691399 |
ABI
ABI objects
Getter at block 21159404
cost() view returns (uint256)
67000000000000000
getTransferValidationFunction() pure returns (bytes4 functionSignature, bool isViewFunction)
(functionSignature=0xcaee23ea, isViewFunction=true)
getTransferValidator() view returns (address validator)
0xa000027a9b2802e1ddf7000061001e5c005a0000
maxMintAmount() view returns (uint256)
300
maxSupply() view returns (uint256)
8000
merkleRoot() view returns (bytes32)
0x4c1c5ee4a42fa2bf8b698bab2ce4510fff43a3711d12be3c2fdffa8adcd24f9f
mintable() view returns (bool)
true
name() view returns (string)
MetaRebelz
owner() view returns (address)
0xdc43c3ca65ea79fafe251e45fe6040f67b859bcb
paused() view returns (bool)
false
preSale() view returns (bool)
false
symbol() view returns (string)
REBELZ
totalSupply() view returns (uint256 result)
3885
withdrawWallet() view returns (address)
0x302211bf1362fc377cd28a0e26d8143b2863f9ad
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership ownership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
airdrop(address to, uint256 _mintAmount)
approve(address to, uint256 tokenId) payable
initialize(address transferValidator_)
lockToken(uint256 tokenId, bool isAdmin)
lockToken(uint256[] tokenIds)
mint(uint256 _mintAmount) payable
mint(uint256 _mintAmount, address to) payable
mint(uint256 _mintAmount, bytes32[] _merkleProof) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
sendClaim(uint256 _mintAmount, address to)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newMax)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 merkleRootHash)
setTransferValidator(address validator)
setWithdrawWallet(address wallet)
toggleMintable()
togglePreSale()
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)
Mint(address indexed to, uint256 amount)
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()