KenduChad
Verified contract
Active on
Ethereum with 5,525 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaa95…6c18
-
variable spans 9999 additional slots
Balances ($0.00)
No balances found for "KenduChad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261716 | 2 hours ago | | | 0 | 0.00034521215 | |
| 21261699 | 2 hours ago | | | 0 | 0.00033324826 | |
| 21261670 | 2 hours ago | | | 0 | 0.00034284901 | |
| 21261654 | 2 hours ago | | | 0 | 0.00064318057 | |
| 21261646 | 3 hours ago | | | 0 | 0.00061341452 | |
| 21261636 | 3 hours ago | | | 0 | 0.00054861229 | |
| 21261626 | 3 hours ago | | | 0 | 0.00032820368 | |
| 21261568 | 3 hours ago | | | 0 | 0.00032951375 | |
| 21261530 | 3 hours ago | | | 0 | 0.00054533432 | |
| 21261497 | 3 hours ago | | | 0 | 0.00065928686 |
ABI
ABI objects
Getter at block 21262397
contractURI() view returns (string)
isSaleOn() view returns (bool)
true
kenduTokenAddress() view returns (address)
0xaa95f26e30001251fb905d264aa7b00ee9df6c18
maxMintableAtOnce() view returns (uint256)
100
name() view returns (string)
KenduChad
numTotalkenduChads() view returns (uint256)
10000
owner() view returns (address)
0x9c1bb5f5954fdc36561e50a4a6acbf634bccc5e5
saleHasBeenStarted() view returns (bool)
true
symbol() view returns (string)
KenduChad
totalSupply() view returns (uint256)
10000
treasuryWallet() view returns (address)
0x9c1bb5f5954fdc36561e50a4a6acbf634bccc5e5
Read-only
balanceOf(address owner) view returns (uint256)
freeRollkenduChads(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCostForMintingkenduChads(uint256 _numToMint) view returns (uint256)
getNumFreeRollkenduChads(address owner) view returns (uint256)
getkenduChadsBelongingToOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
endSale()
giveFreeRoll(address receiver)
mint(uint256 _numToMint)
mintWithFreeRoll()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedFreeRolls(address[] tokenOwners, uint256[] numOfFreeRolls)
seedInitialContractState(address[] tokenOwners, uint256[] tokens)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setContractURI(string _contractURI)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMaxMintableOnce(uint256 _maxMintableAtOnce)
updateTreasuryWallet(address _treasuryWallet)
withdrawMoney() payable
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()
This contract contains no fallback and receive objects.
SafeERC20FailedOperation(address token)