Charact 01

Unverified contract

Proxy

Active on Ethereum with 181 txns
Deployed by via 0xa70a35a5 at 15598912
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 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
15 additional variables

No balances found for "Charact 01"

0x59daa55b8cb4f161a5f41ccf7e6b32ae5902181e20f445fe5b1830b36592d6b5
0xe3321738d16b24bf0a82a1605d2ad8e9acb0db8f596a7111bcd572e9f7492c17
0x63f42f1f65b6686084c0839ae6a2806e26b4d749aaccec5f503ef6197cd9780f
0x86bcd78c8ce4cc16663f96069c828a367bc819403f314866c44d65d33c53637b
0xf7f73475f1475166644e042f2ef1ff4eee82cccfd11050143ceb9fb74cbb99f1
0xabeaeb96939c46835144167d5cf9251093797661bdce77d988fe772cff74c56a
0x8e7a3c7dfd44861ddb7bdc52a4ec68cd3390f904751d1a0cada3cc073abb837e
0x5bfc53ee5808cea05840f9bf452710318fbebce97af9219c0a57f7f0ee4c4196
0x36838f6ab5d1693e55f8c5f4deac6c2977700194a6ff3f577d24271d32117412
0x03432d35a3e81e78e7b4f0506560e33ebe34e1aed9ae06c243d4740312386571

Functions
Getter at block 21064988
cost(view returns (uint256)
1000000000000000
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x9473475F2612EF7F74B1ECD43Be43772a9Ad4B8F], [49, 951])
maxFreeMint(view returns (uint32)
0
maxPerMint(view returns (uint32)
55
maxPerWallet(view returns (uint32)
500
name(view returns (string)
Charact 01
open(view returns (bool)
true
owner(view returns (address)
0x9473475f2612ef7f74b1ecd43be43772a9ad4b8f
pauseMintAt(view returns (uint256)
0
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
false
supply(view returns (uint256)
432
symbol(view returns (string)
abc
totalSupply(view returns (uint256)
1111
Read-only
affiliatesOf(address ownerview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintCostOfOwner(address _addressuint256 _countview returns (uint256)
numberMintedOfOwner(address _addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
remainingMintsOfOwner(address _addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupplyuint256 _commission
mint(uint256 countpayable 
mintAll(payable 
mintTo(uint256 countaddress topayable 
presaleMint(uint32 countbytes32[] proofpayable 
presaleMintTo(uint32 countbytes32[] proofaddress topayable 
referralMint(uint32 countaddress referrerpayable 
referralMintTo(uint32 countaddress referreraddress topayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseUri(string _uri
updateMaxFreeMint(uint32 _cap
updatePauseMintAt(uint256 _pauseAt
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(