KILLABITS
Verified contract
Active on
Ethereum with 20,552 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x153f…e0d8
Balances ($0.00)
No balances found for "KILLABITS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149568 | a day ago | | | 0 | 0.00039298973 | |
| 21145310 | 2 days ago | | | 0 | 0.00081635675 | |
| 21144263 | 2 days ago | | | 0 | 0.00078385497 | |
| 21136327 | 3 days ago | | | 0 | 0.00067009048 | |
| 21133976 | 3 days ago | | | 0 | 0.00050596927 | |
| 21133969 | 3 days ago | | | 0 | 0.00051865628 | |
| 21132450 | 4 days ago | | | 0 | 0.00090930518 | |
| 21113587 | 6 days ago | | | 0 | 0.00024760315 | |
| 21106752 | 7 days ago | | | 0 | 0.000075741660 | |
| 21105765 | 7 days ago | | | 0 | 0.000074508727 |
ABI
ABI objects
Getter at block 21157672
chainlinkConfirmations() view returns (uint16)
0
chainlinkContract() view returns (address)
0x271682deb8c4e0901d1a1550ad2e64d568e69909
chainlinkGasLimit() view returns (uint32)
0
chainlinkKeyHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
chainlinkSubscriptionId() view returns (uint64)
0
killabearsContract() view returns (address)
0xc99c679c50033bbc5321eb88752e89a93e9e83c5
name() view returns (string)
KILLABITS
owner() view returns (address)
0x48cf2a4b8a74974beabf8db1f45f9123edc79c06
symbol() view returns (string)
KILLABITS
totalSupply() view returns (uint256)
3333
traitsContract() view returns (address)
0x153f8df0ce6a014e21f6fe6825129c53fa6ce0d8
upgradingEnabled() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
baseURIs(uint256) view returns (string)
compatibleUpgrades(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
requestIdToToken(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenInfo(uint256) view returns (uint64 upgrade, uint64 requestTimestamp)
tokenURI(uint256 token) view returns (string)
tokenUpgrade(uint256 token) view returns (uint64)
upgradeRarity(uint256) view returns (uint64)
State-modifying
Events addCompatibleUpgrade(uint256 upgradeId)
airdrop(uint256 qty)
approve(address to, uint256 tokenId)
attachUpgrade(uint256 token, uint64 upgradeId)
configureChainlink(bytes32 _keyHash, uint64 _subscription, uint16 _confirmations, uint32 _gasLimit)
configureUpgrades(uint64[] upgrades, uint64[] rarity)
detachUpgrade(uint256 token)
disableUpgrading()
enableUpgrading()
forceUpgrade(uint256 requestId)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURIs(uint256[] upgradeIds, string[] uris)
setTraitTokenizerContract(address _addr)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgrade(uint256 token, uint256 sacrifice)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenUpgradeRequested(uint256 indexed token, uint256 indexed requestId, uint256 indexed sacrifice)
TokenUpgraded(uint256 indexed token, uint64 indexed upgrade)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpgradeTokenized(uint256 indexed token, uint64 indexed upgrade)
constructor(address killabearsAddress, address chainlinkAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
IncompatibleUpgrade()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotYourToken()
OnlyCoordinatorCanFulfill(address have, address want)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SupplyOverflow()
TokenAlreadyUpgraded()
TokenHasNoUpgrade()
TokenNotMarkedForUpgrade()
TokensAreTheSame()
TraitsContractNotConfigured()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UpgradePending()
UpgradeRequestTooRecent()
UpgradingNotStarted()