KillChallenge
Verified contract
Active on
Ethereum with 2,238 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 "KillChallenge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21047048 | a month ago | | | 0 | 0.00020019088 | |
| 20138882 | 5 months ago | | | 0 | 0.00028608263 | |
| 18971850 | a year ago | | | 0 | 0.00069319831 | |
| 18910363 | a year ago | | | 0 | 0.00044471440 | |
| 18317329 | a year ago | | | 0 | 0.00024564826 | |
| 17554450 | a year ago | | | 0 | 0.00091730730 | |
| 17004092 | 2 years ago | | | 0 | 0.00098458592 | |
| 16588233 | 2 years ago | | | 0 | 0.0011323773 | |
| 16558171 | 2 years ago | | | 0 | 0.00056890114 | |
| 16344438 | 2 years ago | | | 0 | 0.00082544656 |
ABI
ABI objects
Getter at block 21301998
limitedFreeMintCounter() view returns (uint256)
1972
maxPerAddressDuringMint() view returns (uint256)
5
name() view returns (string)
KillChallenge
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x8500b88175a0346abac2f8129039965f07b4365c
price() view returns (uint64)
7700000000000000
startTime() view returns (uint32)
0
symbol() view returns (string)
KILLCHALLENGE
totalSupply() view returns (uint256)
2726
Read-only
balanceOf(address owner) view returns (uint256)
freeMintRecord(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicSaleOn(uint256 publicPriceWei, uint256 publicSaleStartTime) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
devMint(address to, uint256 quantity)
publicSaleMint(uint256 quantity) payable
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateStartTime(uint32 startTime_)
withdrawMoney()
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 maxBatchSize_, uint256 collectionSize_, uint64 price_)
This contract contains no fallback and receive objects.
This contract contains no error objects.