NFT All Star Omikuji

Verified contract

Proxy

Active on Ethereum with 1,052 txns
Deployed by via 0xbea55070 at 16283587
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 48 additional slots

No balances found for "NFT All Star Omikuji"

0xed46f77fd947182b3dc770bc1c70fe4f80438fd91e094e58372b2ef9225d0236
0xe4d36f4c431f379b652e483e1caa28168cfa288988a09478c26f66eea838952b
0xe9d0ca478ef304b4d69e915b5cf581e3fa3882af12fa7bb1c7aace348c89ff4a
0xfeb437d781b9f901bc707ef13e60217bb66c039add8d365050c47c37e51d8b0a
0xf6eb4f7ed4b42974eeddd63677a1ec3c3bd137672c15e91699e1c88e6b5ccb1f
0xd83ab0a4532d2054236712daf9e2cf2ccd94d598a866eb168274ce24518c82cc
0xf60f419c3fa524374dd963b93acea38be633cf949ab79dda89153aed8f0dde48
0xf045cffe69cba5a0b6ce0a67a1b97065eba3c6916752074293cebc63e5dae42c
0x93cd372cf3e043f19e79f9e14aeb9963f330bd832e429bf67f6e134a59df0765
0x5eb1bada56a096c9d2ebbff68e6dd2a71334e2a003539ca242d65d5bb5e64fe6

Functions
Getter at block 20985577
getCurrentCost(view returns (uint256)
2000000000000000
isPause(view returns (bool)
false
maxSupply(view returns (uint64)
5000
name(view returns (string)
NFT All Star Omikuji
owner(view returns (address)
0x1001b755ca9393a4977632c0db5eba6dc3289738
preCost(view returns (uint256)
1000000000000000
publicCost(view returns (uint256)
2000000000000000
salePhase(view returns (uint64)
3
symbol(view returns (string)
NAO
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintedCount(address _addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedLists(uint64addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 _interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
approve(address touint256 tokenIdpayable 
burn(uint256 _tokenId
initialize(
ownerMint(address _addressuint256 count
preMint(uint256 _mintAmountuint256 _maxCountbytes32[] _proofpayable 
publicMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setHiddenBaseURI(string _uri
setMaxSupply(uint64 _maxSupply
setMember(address memberbool enable
setMerkleRoot(bytes32 _merkleRoot1bytes32 _merkleRoot2
setMintedCountPhase(
setPause(bool _bool
setPreCost(uint256 _preCost
setPublicCost(uint256 _publicCost
setReveal(bool _bool
setSalePhase(uint64 _phase
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetMember(address memberbool enable
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CallerIsAnotherContract(
CallerIsNotTeam(
FailedWithdraw(
InvalidMerkleProof(
MaxSupplyOver(
MintAmountCannotBeZero(
MintAmountOver(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NonexistentToken(
NotEnoughFunds(
NowPaused(
OverMintLimit(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PresaleIsActive(
PresaleIsNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(