kertguy
Verified contract
Active on
Ethereum with 1,088 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,444.71)
Native
Value
$1,444.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.459 | $3,147.51 |
$1,444.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20595312 | 3 months ago | | | 0 | 0.000048274735 | |
| 19682897 | 7 months ago | | | 0 | 0.00075635287 | |
| 19446779 | 8 months ago | | | 0 | 0.0022644824 | |
| 18140523 | a year ago | | | 0 | 0.00070014034 | |
| 17986708 | a year ago | | | 0 | 0.0011706470 | |
| 17970581 | a year ago | | | 0 | 0.0029116258 | |
| 17969197 | a year ago | | | 0 | 0.0011317763 | |
| 17859825 | a year ago | | | 0 | 0.0010540453 | |
| 17859243 | a year ago | | | 0 | 0.00093702831 | |
| 17859147 | a year ago | | | 0 | 0.0010764536 |
ABI
ABI objects
Getter at block 21212897
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI() view returns (string)
getBaseURICount() view returns (uint256)
1
getDefaultRoyaltyInfo() view returns (address, uint16)
(0xee87638e6b7e4aaa39cc59e77eef5b281cf7e7e2, 300)
mintForFree() view returns (uint256)
5
name() view returns (string)
kertguy
nextTokenIdToClaim() view returns (uint256)
5000
nextTokenIdToMint() view returns (uint256)
5000
operatorRestriction() view returns (bool)
true
owner() view returns (address)
0xee87638e6b7e4aaa39cc59e77eef5b281cf7e7e2
pricePerToken() view returns (uint256)
900000000000000
primarySaleRecipient() view returns (address)
0xee87638e6b7e4aaa39cc59e77eef5b281cf7e7e2
symbol() view returns (string)
KERT
totalSupply() view returns (uint256)
4995
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBatchIdAtIndex(uint256 _index) view returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
numClaimedForFree(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
priceForAddress(address _address, uint256 _quantity) view returns (uint256 price)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
verifyClaim(address _claimer, uint256 _quantity) view
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 _tokenId)
claim(address _receiver, uint256 _quantity) payable
lazyMint(uint256 _amount, string _baseURIForTokens, bytes _data) returns (uint256 batchId)
multicall(bytes[] data) returns (bytes[] results)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _uri)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setOperatorRestriction(bool _restriction)
setOwner(address _newOwner)
setPricePerToken(uint256 _newPrice)
setPrimarySaleRecipient(address _saleRecipient)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ContractURIUpdated(string prevURI, string newURI)
DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps)
OperatorRestriction(bool restriction)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
PrimarySaleRecipientUpdated(address indexed recipient)
RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps)
TokensClaimed(address indexed claimer, address indexed receiver, uint256 indexed startTokenId, uint256 quantityClaimed)
TokensLazyMinted(uint256 indexed startTokenId, uint256 endTokenId, string baseURI, bytes encryptedBaseURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address _royaltyRecipient, uint128 _royaltyBps, address _saleRecipient, uint256 _pricePerToken, uint256 _mintForFree)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()