OASIS COMMUNITY PASS
Verified contract
Active on
Ethereum with 278 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "OASIS COMMUNITY PASS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20889933 | a month ago | | | 0 | 0.00023336578 | |
| 20617529 | 2 months ago | | | 0 | 0.000078627638 | |
| 20590573 | 2 months ago | | | 0 | 0.000098765019 | |
| 20532670 | 3 months ago | | | 0 | 0.00019254983 | |
| 20369673 | 3 months ago | | | 0 | 0.00045102006 | |
| 20369660 | 3 months ago | | | 0 | 0.00037522371 | |
| 20369651 | 3 months ago | | | 0 | 0.00054194581 | |
| 20369648 | 3 months ago | | | 0 | 0.00048351550 | |
| 20369642 | 3 months ago | | | 0 | 0.00056864593 | |
| 20369638 | 3 months ago | | | 0 | 0.00060327916 |
ABI
ABI objects
Getter at block 21099033
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
REVEAL_ROLE() view returns (bytes32)
0x006b97d3b00e0cfa27932db8d8710f84e2b8d72f339a1e910bf97a09597e99d6
ROYALTY_ROLE() view returns (bytes32)
0xeb54e1feee3ae17add098cbf58a47457bf5f7c3a89ceab263cbdb01b3da6d98e
contractType() pure returns (bytes32)
0x4f61736973436f6d6d756e697479506173730000000000000000000000000000
name() view returns (string)
OASIS COMMUNITY PASS
owner() view returns (address)
0x997d256d684e423bbe08054ce7780faf8680bad2
paused() view returns (bool)
false
symbol() view returns (string)
OCP
totalSupply() view returns (uint256)
1500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
bulkBurn(uint256[] tokenIds)
bulkMint(uint8 amount, address toAddress)
bulkTransfer(uint256[] tokenIds, address from, address[] toAddresses)
burn(uint256 tokenId)
deleteDefaultRoyalty()
grantRole(bytes32 role, address account)
mint(address to)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
resetTokenRoyalty(uint256 tokenId)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _base)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURISet(string baseURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)