collabTAPE
Verified contract
Active on
Ethereum with 75 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "collabTAPE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17066803 | 2 years ago | | | 0 | 0.0021105466 | |
| 16965603 | 2 years ago | | | 0 | 0.00072470533 | |
| 15702133 | 2 years ago | | | 0 | 0.00024420999 | |
| 15697836 | 2 years ago | | | 0 | 0.00060196645 | |
| 15671797 | 2 years ago | | | 0 | 0.00049581163 | |
| 15579742 | 2 years ago | | | 0 | 0.00032506715 | |
| 15571799 | 2 years ago | | | 0 | 0.0027091050 | |
| 15429688 | 2 years ago | | | 0 | 0.00083046732 | |
| 15429687 | 2 years ago | | | 0 | 0.00074596054 | |
| 15429682 | 2 years ago | | | 0 | 0.00066313853 |
ABI
ABI objects
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 price, uint32 maxSupply, uint32 startTime, uint32 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 owner) view returns (uint256)
claimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
mint(uint256 _amount) payable
preMint(bytes32[] _merkleProof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseUri)
setWithdrawAddress(address _withdrawAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMaxSupply(uint32 _maxSupply)
updatePremintStartTime(uint32 _premintStartTime)
updateStartTime(uint32 _startTime)
withdraw()
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)
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.
AlreadyClaimed()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
BeforePremintStart()
BeforeSaleStart()
ExceedsMaxSupply()
FailedTransfer()
InsufficientFunds()
InvalidProof()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()