This contract is being backfilled. You may encounter incomplete storage history.

KILLATRAITS

Verified contract

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

No balances found for "KILLATRAITS"

0xbf63ece0e623637d7dd3236d428c9e7d7ca21a4efeb1d80ffc07ddebc3cfde10
0x077d4a4f8f77faf77d774ff0eb7b67031a9ffde023c75ed9f6656e7a8fe266b1
0x333b78d7aa0307ae1b468a80d348e9375c598e63e4ae641302fc2e91e6cc47ed
0xdba1d2db6787411f034fa69b36bf15399d579c5aa76b97adc7cdb6e2a03872cc
0x874a35c7214a060f6c76fc038fae06eb0526be9e8b6182342e8cdfd4e5d8d479
0x031bf2bc4108931073c8b091c84a16eaf1d647ed50d51ee6ff7199c94aa1aaff
0x3dc80e44a918dbd5dc9cc39bef6a7c41d18a24b540b97558fe6e0188ca849fca
0x3b5f82544fe647c6d7170d47306e32e0bbcbafa131f99cb78940e924d850cffe
0x49cd59fefd843ffb517ff3f0b90de783ce9b090965729dbe9151a0189a346b3c
0xd301da2e9fabc6c507ae9184773d935443327fd072a3c828e532614c23c6b094

Functions
Getter at block 20894208
baseURI(view returns (string)
https://tokens.killabears.com/killatraits/meta/
detokenizationEnabled(view returns (bool)
true
owner(view returns (address)
0x48cf2a4b8a74974beabf8db1f45f9123edc79c06
signer(view returns (address)
0x74175a7826e34eb2fd023313dc3dafd6d43838b4
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 typeIdview returns (string)
usedNonces(uint256view returns (bool)
State-modifying
airdrop(address[] touint256[] typeIduint256[] n
configureRecipe(uint256 idstruct Recipe recipe
configureRecipes(uint256[] idsstruct Recipe[] _recipes
detokenize(address addruint256[] typesuint256[] amounts
merge(uint256 id
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setSigner(address _signer
setTokenURI(uint256 typeIdstring _uri
toggleAuthority(address addrbool enabled
toggleDetokenization(bool enabled
tokenize(address addruint256[] idsuint256[] amounts
tokenize(uint256 nonceuint256[] idsuint256[] amountsuint256 expiresbytes signature
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Detokenized(address indexed operatoruint256[] idsuint256[] amounts
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenizedRequest(address indexed operatoruint256 indexed nonce
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
DetokenizationDisabled(
InvalidSignature(
LengthMismatch(
NonExistentRecipe(
NonceAlreadyTokenized(
NotAllowed(
TokenizationRequestExpired(