GORJS ACCESS PASS
Verified contract
Proxy
Active on
Ethereum with 3,456 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
0x1a77…ed78
3 additional
variables
Balances ($0.00)
No balances found for "GORJS ACCESS PASS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20852824 | 2 months ago | | | 0 | 0.00033402980 | |
| 20796191 | 2 months ago | | | 0 | 0.00049062047 | |
| 20796186 | 2 months ago | | | 0 | 0.00049011807 | |
| 20790456 | 2 months ago | | | 0 | 0.0011112658 | |
| 20585859 | 3 months ago | | | 0 | 0.00010510744 | |
| 20564691 | 3 months ago | | | 0 | 0.000097545382 | |
| 20561454 | 3 months ago | | | 0 | 0.000090300249 | |
| 20561291 | 3 months ago | | | 0 | 0.000086378446 | |
| 20110529 | 5 months ago | | | 0 | 0.00022241759 | |
| 19951748 | 6 months ago | | | 0 | 0.00020518182 |
ABI
ABI objects
Getter at block 21206400
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
maximumSupply() view returns (uint256)
1000
name() view returns (string)
GORJS ACCESS PASS
owner() view returns (address)
0xa14e7746071ca9d65b1954501b1e2b3a7d6f0342
salesStatus() view returns (uint8)
0
symbol() view returns (string)
GORJS
tokenPrice() view returns (uint256)
190000000000000000
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
stakeBalanceOf(address _owner) view returns (uint256)
stakedTokens(address _owner) view returns (uint256[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
whitelistMinted(address) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address operator, uint256 tokenId) payable
claimRewards()
grantAdminRole(address account)
grantRole(bytes32 role, address account)
initialize(string uri_, uint256 _tokenPrice, uint256 mintLimit_, uint256 mintLimitPerTx_, uint256 _maximumSupply, bytes32 merkleRoot_, address defender_, address adminWallet)
lock(uint256[] _ids)
mint(uint256 amount, bytes signature, bytes32[] merkleProof) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeAdminRole(address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURIString_)
setDaoToken(address daoToken_)
setDefender(address defender_)
setMerkleRoot(bytes32 merkleRoot_)
setMintLimit(uint256 mintLimit_)
setSalesStatus(uint8 _salesStatus)
setTokenPrice(uint256 _tokenPrice)
transferFrom(address from, address to, uint256 id) payable
transferOwnership(address newOwner)
unlock(uint256[] _ids)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
Lock(address indexed owner, uint256[] ids)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetDaoToken(address daoToken)
SetDefender(address defender)
SetMintLimit(uint256 mintLimit)
SetTokenPrice(uint256 tokenPrice)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unlock(address indexed owner, uint256[] ids)
Withdraw(address indexed owner, uint256 balance)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()