LaserCat
Verified contract
Active on
Ethereum with 4,072 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "LaserCat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252911 | 2 days ago | | | 0 | 0.00061197619 | |
| 21214307 | 7 days ago | | | 0 | 0.00082542408 | |
| 21200160 | 9 days ago | | | 0 | 0.00084992848 | |
| 21196130 | 10 days ago | | | 0 | 0.0010827007 | |
| 21191540 | 10 days ago | | | 0 | 0.0010074548 | |
| 21175860 | 13 days ago | | | 0 | 0.0016846283 | |
| 21168699 | 14 days ago | | | 0 | 0.0012442029 | |
| 21166572 | 14 days ago | | | 0 | 0.0019560324 | |
| 21166566 | 14 days ago | | | 0 | 0.0018133335 | |
| 21166322 | 14 days ago | | | 0 | 0.0023081045 |
ABI
ABI objects
Getter at block 21265933
AuctionEpochSupply() view returns (uint256)
500
CurrentAuctionSupply() view returns (uint256)
397
MaxReserveMint() view returns (uint256)
0
MaxSupply() view returns (uint256)
1000
auctionDiscountPerStep() view returns (uint256)
50000000000000000
auctionEndPrice() view returns (uint256)
700000000000000000
auctionPriceCurveLength() view returns (uint256)
3600
auctionStartPrice() view returns (uint256)
1000000000000000000
auctionStartTime() view returns (uint256)
1643464800
epochInterval() view returns (uint256)
600
epochSupply() view returns (uint256)
397
getAuctionPrice() view returns (uint256)
700000000000000000
isAuctionMintStart() view returns (bool)
true
name() view returns (string)
LaserCat
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xe5f61908c90530f596a56b501df6c42c33436c3f
root() view returns (bytes32)
0x02e971c45f743f6d46f7d1cb38572b215bfbf992a374610558e67e6e857b7279
royaltyAddress() view returns (address)
0x7b91cc70eacd4825e4565ba050cb13ca3a72450d
royaltyPercent() view returns (uint256)
10
symbol() view returns (string)
Cat
totalSupply() view returns (uint256)
520
whiteListMintPrice() view returns (uint256)
200000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
auctionMint(bytes _signature) payable
renounceOwnership()
reserveMint(address _reserveAddr, uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuctionConfig(uint256 _auctionStartPrice, uint256 _auctionEndPrice, uint256 _auctionStartTime, uint256 _epochInterval, uint256 _epochSupply, uint256 _auctionPriceCurveLength)
setAuctionMintState(bool _state)
setBaseURI(string baseURI)
setRoyaltyPercentage(uint256 royaltyPercentage)
setRoyaltyReceiver(address royaltyReceiver)
setSinger(address _singer)
setWhitelistRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMint(bytes32[] _proof) 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(uint256 _MaxSupply, uint256 _MaxReserveMint, address _vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.