Traitz
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
19
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
2 additional
variables
Balances ($0.00)
No balances found for "Traitz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Traitz"
ABI
ABI objects
Getter at block 21385410
MINT_PRICE_PER_ITEM() view returns (uint256)
0
baseTokenURI() view returns (string)
erc6551AccountImplementation() view returns (address)
0x0000000000000000000000000000000000000000
erc6551Registry() view returns (address)
0x0000000000000000000000000000000000000000
kubzContract() view returns (address)
0x0000000000000000000000000000000000000000
kzgContract() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
signerAlt() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
tokenURIOverride() view returns (string)
tokenURISuffix() view returns (string)
totalSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
transferLockSeconds() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
bio(uint256) view returns (string)
checkValidityAlt(bytes signature, string action) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getKWRLockStatus(uint256 collection, uint256[] collectionTokenIds) view returns (uint256[])
getKWRLockStatusSimple(address contractAddress, uint256 collectionTokenId) view returns (uint256)
getTBAs(uint256 collection, uint256[] collectionTokenIds) view returns (address[])
isApprovedForAll(address owner, address operator) view returns (bool)
itemIdMinted(string) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownerOfMultiple(uint256[] tokenIds) view returns (address[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tbasToTokenInfo(address[] tbas) view returns (struct TraitzTokenInfo[])
tokenKWRLockedUntil(address, uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfCollectionTokensMultiple(uint256 collection, uint256[] collectionTokenIds, uint256 start, uint256 stop) view returns (uint256[][])
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
traitLocked(uint256) view returns (bool)
State-modifying
Events __DefaultOperatorFilterer_init()
__OperatorFilterer_init(address subscriptionOrRegistrantToCopy, bool subscribe)
airdropListWithAmounts(address[] receivers, uint256[] amounts)
approve(address to, uint256 tokenId)
createAccounts(uint256 collection, uint256[] collectionTokenIds, bytes initData)
equipUnequipKWRs(uint256[] outKWRIds, uint256[] inKWRIds, uint256 collection, uint256 collectionTokenId)
initialize(string baseURI, address signerAltAddress, address _kzgContract, address _kubzContract, address _erc6551AccountImplementation, address _erc6551Registry)
mint(string itemId, uint256 collection, uint256 collectionTokenId, bytes signature)
mintMulti(string[] itemIds, uint256 collection, uint256 collectionTokenId, bytes signature)
mintMultiMulti(string[][] itemIdsArray, uint256[] collectionArray, uint256[] collectionTokenIdArray, bytes[] signatureArray)
mintToSenderMulti(string[] itemIds, bytes signature) payable
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId)
setAddresses(address signerAltAddress, address _kzgContract, address _kubzContract)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMintPricePerItem(uint256 mintPrice)
setupERC6551(address _erc6551AccountImplementation, address _erc6551Registry)
setupTransferLockSeconds(uint256 secs)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
withdrawSales()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BioChange(uint256 indexed tokenId, string bio)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
NameChange(uint256 indexed tokenId, string newName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TraitItemMint(string itemId, uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()