KillaChronicles

Verified contract

Active on Ethereum with 25,362 txns
Deployed by via 0xd65f77f9 at 16544175
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "KillaChronicles"

0x0b018b2bd4586a52df70ce2c3206de6879b7d5415897262d256c99c131f59cbf
0xa4123b5672155d49dfa2c206f55e226158df8ad504c3a123b09330d32b1dd507
0xe3fbe3761641efa33ec5b80e90c110d13cc81edc28cb68f7d5a987f8f99d527f
0x6301d76152365af414785707e684de78a4b446c1e3bdd03345ac495903e65a22
0x9a1475f96de34ed7144f5ef9939671f829feeee2c2d4302d64c3c5555fca800a
0x7ac94ff1f1a4d9cf563bd2fd73935762a6820019d61fbf6aae13bd518eced175
0x6d0c8a6476f5eeaef045bb9538547695fedffd63fc464314068e1802fb5fe73a
From
0xe20abcc322b6e1b4df7dcff3e43fc08b16eb2c008c6ed2a8b8edb3da9e29cb81
From
0x1b168dfb1b0e5e99d8efa4cc838a87ec80a3b0efd8a4be78830d95901578d45d
0x9d4e89c3020ad20565eb6fef90d175404a3192b83a59413d15289ce3b3ba93ef

Functions
Getter at block 20862631
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
collector(view returns (address)
0x245a3eadf883830e91d35a493db7f5cda92550b3
owner(view returns (address)
0x48cf2a4b8a74974beabf8db1f45f9123edc79c06
Read-only
authorities(addressview returns (bool)
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
configurations(uint256view returns (bool mintPauseduint32 startTimeuint32 endTimeuint256 tokenPriceuint256 maxAllowancestring uri)
isApprovedForAll(address accountaddress operatorview returns (bool)
mintedPerToken(uint256view returns (uint256)
mintedPerWallet(uint256addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 tokenIdview returns (string)
State-modifying
airdrop(uint256 tokenIdaddress[] recipientsuint256[] amounts
burn(uint256 tokenIdaddress owneruint256 qty
collect(
mint(uint256 tokenIdaddress recipientuint256 qty
mint(uint256 tokenIduint256 qtypayable 
pauseMint(uint256 tokenId
renounceOwnership(
resumeMint(uint256 tokenId
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setAllowance(uint256 tokenIduint256 allowance
setApprovalForAll(address operatorbool approved
setCollector(address addr
setEndTime(uint256 tokenIduint32 t
setRoyalties(address receiveruint96 amount
setStartTime(uint256 tokenIduint32 t
setTokenPrice(uint256 tokenIduint256 price
setTokenURI(uint256 tokenIdstring _uri
setupMint(uint256 tokenIduint32 startTimeuint32 hours_uint256 priceuint256 allowancestring _uri
toggleAuthority(address addrbool enabled
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ArrayLengthMismatch(
ExceededAllowance(
MintAlreadyStarted(
MintEnded(
MintNotStarted(
MintPaused(
NotAllowed(
NotEnoughEth(
OperatorNotAllowed(address operator