collabTAPE

Verified contract

Active on Ethereum with 75 txns
Deployed by via 0x42af3995 at 15416994
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "collabTAPE"

0xd166c5ec4b449d7382c50ab915ad95e1542a1ec058d5415141881214242eb920
0xf45e251e30dc69880b52712ff51e483204c1eca1f8e0b55ba4d32bf371182f3a
0x85c9b6dd451e8ae2ab78fe14ce0d5861d1b90623393cc3b16c653d4c6db223be
0x41ca3cb93e8321979391ef07d99cc2b17c0670cf74ef96470ce3b7b78ce338c8
0x02ae5dc66dd198eb32ad0f0db8d32eedca4f56103c9bfabaa10d1a598c9cf236
From
0xaf479addcc749e735b3da24bcccde09606877906b95e9e0ce4acc64e6592de3f
0x6b8eb0803b1e4d636064becd4c0ca25d19357e14d8dfe9c80ae373fe7ab12d88
0x7b11bc9e7cbb00da82076172c57ba3a4c896d58584ded81fd5ad29045d4b24c5
0xac452c8cf6005f441fe2820b283d08f5361472df2a4a5aa7211a38559043fc4c
From
0xd5b82953acf43e2a7b8d9308ebc4d33fdc43f921febda4871f65762dddfc8022

Functions
Getter at block 21261898
baseUri(view returns (string)
https://www.heds.cloud/ipfs/QmcPzecb6eb7zQrbZkKA8gPTPN6LPbN98mvLLmYi2utCDg/
merkleRoot(view returns (bytes32)
0xd6ecfd8d33e85dab6092748736a3edc5adaa3122fd2ab888d1153fd25e26c23b
name(view returns (string)
collabTAPE
owner(view returns (address)
0x55c59ae5b124261d021421f07c6cad699c993b3d
saleConfig(view returns (uint64 priceuint32 maxSupplyuint32 startTimeuint32 premintStartTime)
(price=100000000000000000, maxSupply=100, startTime=1661626770, premintStartTime=1661540370)
symbol(view returns (string)
CLBT
totalSupply(view returns (uint256)
100
withdrawAddress(view returns (address)
0x9e9320e6d78c0493eddf1c760dc50d0d27f58767
Read-only
balanceOf(address ownerview returns (uint256)
claimed(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _amountpayable 
preMint(bytes32[] _merkleProof
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseUri
setWithdrawAddress(address _withdrawAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMaxSupply(uint32 _maxSupply
updatePremintStartTime(uint32 _premintStartTime
updateStartTime(uint32 _startTime
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyClaimed(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
BeforePremintStart(
BeforeSaleStart(
ExceedsMaxSupply(
FailedTransfer(
InsufficientFunds(
InvalidProof(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(