KINDREDZ
Verified contract
Active on
Ethereum with 3,380 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 "KINDREDZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19207582 | 9 months ago | | | 0 | 0.0012950221 | |
| 18112008 | a year ago | | | 0 | 0.00052394917 | |
| 16858453 | 2 years ago | | | 0 | 0.00064324641 | |
| 16858444 | 2 years ago | | | 0 | 0.0010043052 | |
| 16858390 | 2 years ago | | | 0 | 0.00096107143 | |
| 16858354 | 2 years ago | | | 0 | 0.0011624470 | |
| 16703922 | 2 years ago | | | 0 | 0.0024566799 | |
| 16681250 | 2 years ago | | | 0 | 0.0012699146 | |
| 16649569 | 2 years ago | | | 0 | 0.0022945516 | |
| 16264508 | 2 years ago | | | 0 | 0.00025780057 |
ABI
ABI objects
Getter at block 21257497
baseTokenURI() view returns (string)
batchLimit() view returns (uint8)
2
freeMintMaxSuppply() view returns (uint16)
100
freeMinted() view returns (uint16)
41
maxSupply() view returns (uint16)
5111
mintPrice() view returns (uint256)
0
mintStarted() view returns (bool)
true
mintWhitelistStarted() view returns (bool)
true
minted() view returns (uint16)
5111
name() view returns (string)
KINDREDZ
owner() view returns (address)
0xcdd02ae86063122a4b4054d977e39d707b285eff
paused() view returns (bool)
false
stakingOpen() view returns (bool)
true
symbol() view returns (string)
KINDREDZ
totalSupply() view returns (uint256)
5111
unrevealedURI() view returns (string)
true
whiteListMerkleRoot() view returns (bytes32)
0xc2ee78d99847827eb947cea0a3ff564cb4e66e58d920c20435dea6f2723759f4
whitelistBatchLimit() view returns (uint8)
4
whitelistPrice() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
stake(uint256) view returns (uint256)
stakingPeriod(uint256 tokenId) view returns (bool staking, uint256 current, uint256 total)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistMinted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
expelFromStak(uint256 tokenId)
freeMint(address _to, uint8 _mintAmount)
mint(uint8 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
safeTransferWhilestaking(address from, address to, uint256[] tokenIds)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setMintState(bool _state)
setPrices(uint256 _publicPrice, uint256 _whitelistPrice)
setUnrevealedURI(string _uri)
setUnrevealedURIFlag(bool _state)
setWhitelistMintState(bool _state)
setWhitelistRoot(bytes32 _merkleRoot)
setstakingOpen(bool _state)
togglestaking(uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint8 _mintAmount) payable
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)
Expelled(uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Staked(uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Unstaked(uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()