BlitkinV2

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x39cd7c54 at 16881940
Slot
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
-
variable spans 49 additional slots
-
variable spans 49 additional slots
4 additional variables

No balances found for "BlitkinV2"

No transactions found for "BlitkinV2"


Functions
Getter at block 20890668
ALRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_ALLOW_LIST(view returns (uint256)
2
MAX_PER_WALLET(view returns (uint256)
6
MAX_SUPPLY(view returns (uint256)
1600
blitkinRender(view returns (address)
0x0000000000000000000000000000000000000000
 
contractURI(view returns (string)
mintStatus(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
splitter(view returns (address)
0x0000000000000000000000000000000000000000
startTokenId(view returns (uint256)
0
symbol(view returns (string)
teamRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
tokenIndex(view returns (uint256)
0
totalSupply(view returns (uint256)
0
Read-only
amountMinted(address _userview returns (uint16)
balanceOf(address ownerview returns (uint256)
colors(uint256uint256view returns (uint8)
getApproved(uint256view returns (address)
getToken(uint256 _tokenIdview returns (struct ERC721OwnerStruct)
isApprovedForAll(addressaddressview returns (bool)
mintedPerComposition(uint8view returns (uint8)
ownerOf(uint256 idview returns (address owner)
pairIsTaken(uint256 tokenIdAuint256 tokenIdBview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
switched(uint256view returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowlistMint(uint8 compositionIduint8 paletteIdbytes32[] _proofpayable 
approve(address operatoruint256 tokenId
initialize(
mint(uint8 compositionIduint8 paletteIdpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setALRoot(bytes32 _root
setApprovalForAll(address operatorbool approved
setBlitkinRender(address _newRender
setColors(uint256 tokenIduint8[4] _newColors
setMintStatus(uint256 _newStatus
setSplitter(address _splitter
setTeamRoot(bytes32 _root
switchPalette(uint256 tokenIdOneuint256 tokenIdTwo
teamMint(uint8 compositionIduint8 paletteIdbytes32[] _proofpayable 
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
CombinationMinted(uint8 indexed compositionuint8 indexed palette
Initialized(uint8 version
MetadataUpdate(uint256 _tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ALMintNotStarted(
AlreadyMintedAllowance(
ColorChoiceNotActive(
DoNotMintOriginals(
MaxLimitPerComposition(
MaxSupplyMinted(
NotOnAL(
NotTokenOwner(
OnlyCombineOriginals(
OperatorNotAllowed(address operator
PayMintPrice(
PublicMintNotStarted(
ScrambleAlreadyMinted(
SplitterNotSet(