Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "BaseRock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22637257 | 13 days ago | | | 0 | 8.3557839e-7 | |
| 21694629 | a month ago | | | 0 | 9.7501322e-7 | |
| 21188372 | 2 months ago | | | 0 | 3.3331640e-7 | |
| 20888817 | 2 months ago | | | 0 | 5.5821218e-7 | |
| 20299632 | 2 months ago | | | 0 | 1.3118560e-7 | |
| 19758988 | 3 months ago | | | 0 | 1.2712778e-7 | |
| 17173660 | 5 months ago | | | 0 | 8.4587552e-7 | |
| 16143363 | 5 months ago | | | 0 | 0.0000010642371 | |
| 14012673 | 7 months ago | | | 0 | 0.0000022480921 | |
| 13475073 | 7 months ago | | | 0 | 0.0000015689710 |
ABI
ABI objects
Getter at block 23217011
baseURI() view returns (string)
ipfs://QmWQ42ygKEZ1mo5EZpGqAjKMgSwveAyg49sBK8jGdhXy5E/
hiddenURI() view returns (string)
ipfs://QmSFfzgHjAVJraP4rTmoWLoGvHuRxfef43LPNmnTaofm7p/
maxPerOg() view returns (uint256)
3
maxPerPublic() view returns (uint256)
100
maxPerWallet() view returns (uint256)
100
maxPerWl() view returns (uint256)
2
maxSupply() view returns (uint256)
1001
name() view returns (string)
BaseRock
ogEnabled() view returns (bool)
false
ogPrice() view returns (uint256)
10000000000000000
owner() view returns (address)
0x1135830f843fbb1e1ec8d98f375af1031164cad9
publicEnabled() view returns (bool)
false
publicPrice() view returns (uint256)
20000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
ROCK
totalSupply() view returns (uint256)
200
whitelistEnabled() view returns (bool)
false
whitelistPrice() view returns (uint256)
15000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchmint(uint256 _mintAmount, address destination)
flipOg(bool status)
flipPublic(bool status)
flipWhitelist(bool status)
ogMint(bytes32[] _merkleProof, uint256 count) payable
publicMint(uint256 count) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setHiddenURI(string uri)
setMaxPerOg(uint256 amount)
setMaxPerPublic(uint256 amount)
setMaxPerWl(uint256 amount)
setMaxSupply(uint256 _newSupply)
setOgPrice(uint256 _newPrice)
setOgRoot(bytes32 _presaleRoot_1)
setPublicPrice(uint256 _newPrice)
setWhitelistPrice(uint256 _newPrice)
setWhitelistRoot(bytes32 _presaleRoot_1)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 count) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()