KillaChronicles
Verified contract
Active on
Ethereum with 25,377 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 "KillaChronicles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283454 | 2 days ago | | | 0 | 0.00057467208 | |
| 21269071 | 4 days ago | | | 0 | 0.00055142493 | |
| 21265283 | 5 days ago | | | 0 | 0.00064414808 | |
| 21212937 | 12 days ago | | | 0 | 0.00036738402 | |
| 21098962 | a month ago | | | 0 | 0.00019360235 | |
| 21086068 | a month ago | | | 0 | 0.00090518669 | |
| 21076028 | a month ago | | | 0 | 0.00056770213 | |
| 20981997 | a month ago | | | 0 | 0.00033406003 | |
| 20981844 | a month ago | | | 0 | 0.00047822029 | |
| 20953546 | 2 months ago | | | 0 | 0.00048409939 |
ABI
ABI objects
Getter at block 21299554
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
collector() view returns (address)
0x245a3eadf883830e91d35a493db7f5cda92550b3
owner() view returns (address)
0x48cf2a4b8a74974beabf8db1f45f9123edc79c06
Read-only
authorities(address) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
configurations(uint256) view returns (bool mintPaused, uint32 startTime, uint32 endTime, uint256 tokenPrice, uint256 maxAllowance, string uri)
isApprovedForAll(address account, address operator) view returns (bool)
mintedPerToken(uint256) view returns (uint256)
mintedPerWallet(uint256, address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint256 tokenId, address[] recipients, uint256[] amounts)
burn(uint256 tokenId, address owner, uint256 qty)
collect()
mint(uint256 tokenId, address recipient, uint256 qty)
mint(uint256 tokenId, uint256 qty) payable
pauseMint(uint256 tokenId)
renounceOwnership()
resumeMint(uint256 tokenId)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setAllowance(uint256 tokenId, uint256 allowance)
setApprovalForAll(address operator, bool approved)
setCollector(address addr)
setEndTime(uint256 tokenId, uint32 t)
setRoyalties(address receiver, uint96 amount)
setStartTime(uint256 tokenId, uint32 t)
setTokenPrice(uint256 tokenId, uint256 price)
setTokenURI(uint256 tokenId, string _uri)
setupMint(uint256 tokenId, uint32 startTime, uint32 hours_, uint256 price, uint256 allowance, string _uri)
toggleAuthority(address addr, bool enabled)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
ArrayLengthMismatch()
ExceededAllowance()
MintAlreadyStarted()
MintEnded()
MintNotStarted()
MintPaused()
NotAllowed()
NotEnoughEth()
OperatorNotAllowed(address operator)