GORJSAccessPass

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x340cfe2e at 16929739
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 48 additional slots
-
variable spans 49 additional slots

No balances found for "GORJSAccessPass"

No transactions found for "GORJSAccessPass"


Functions
Getter at block 21206400
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
maximumSupply(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
salesStatus(view returns (uint8)
0
symbol(view returns (string)
tokenPrice(view returns (uint256)
0
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedAmount(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
stakeBalanceOf(address _ownerview returns (uint256)
stakedTokens(address _ownerview returns (uint256[])
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
whitelistMinted(addressview returns (bool)
State-modifying
approve(address operatoruint256 tokenIdpayable 
claimRewards(
grantAdminRole(address account
grantRole(bytes32 roleaddress account
initialize(string uri_uint256 _tokenPriceuint256 mintLimit_uint256 mintLimitPerTx_uint256 _maximumSupplybytes32 merkleRoot_address defender_address adminWallet
lock(uint256[] _ids
mint(uint256 amountbytes signaturebytes32[] merkleProofpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeAdminRole(address account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURIString_
setDaoToken(address daoToken_
setDefender(address defender_
setMerkleRoot(bytes32 merkleRoot_
setMintLimit(uint256 mintLimit_
setSalesStatus(uint8 _salesStatus
setTokenPrice(uint256 _tokenPrice
transferFrom(address fromaddress touint256 idpayable 
transferOwnership(address newOwner
unlock(uint256[] _ids
withdraw(
Events
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
Lock(address indexed owneruint256[] ids
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetDaoToken(address daoToken
SetDefender(address defender
SetMintLimit(uint256 mintLimit
SetTokenPrice(uint256 tokenPrice
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unlock(address indexed owneruint256[] ids
Withdraw(address indexed owneruint256 balance
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(