Okapi Reputation Attestation V2
Unverified contract
Proxy
Active on
Base with 645 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000556 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22805226 | 7 days ago | | | 0.0003 | 0.0000028333132 | |
| 22739659 | 9 days ago | | | 0.0003 | 0.000024836425 | |
| 22656921 | 10 days ago | | | 0.0003 | 0.0000017900676 | |
| 22408943 | 16 days ago | | | 0.0003 | 0.0000037647861 | |
| 22288242 | 19 days ago | | | 0.0003 | 0.0000017752280 | |
| 22241507 | 20 days ago | | | 0.0003 | 0.0000023764000 | |
| 22223651 | 21 days ago | | | 0.0003 | 0.0000018734622 | |
| 22147284 | 22 days ago | | | 0.0003 | 0.0000030131102 | |
| 21881001 | a month ago | | | 0.0003 | 0.0000011880960 | |
| 21879749 | a month ago | | | 0.0003 | 9.9396016e-7 |
ABI
ABI objects
Getter at block 23109814
chargeStartTime() view returns (uint256)
0
name() view returns (string)
Okapi Reputation Attestation V2
symbol() view returns (string)
OKRA2
Read-only
badgeImages(uint256, uint8) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintFee(string _userId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
profiles(uint256) view returns (string userId, bytes32 merkleRoot, uint64 badgeCount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _id) view returns (string)
userMintCount(string) view returns (uint32)
verifyBadge(string _userId, string _badgeId, string _tier, string _projectId, bytes32[] merkleProof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, string _userId, bytes32 _merkleRoot, uint64 _badgeCount, bytes _signature, bool _isFreeMint) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBadgeImage(uint64 _badgeId, uint8 _tier, string _image)
setChargeStartTime(uint32 _chargeStartTime)
setMintFee(uint256 _fee)
setOkapiProfileImage(string _image)
setPaymentAddress(address _paymentAddress)
setSignAddress(address _signAddress)
setUserFreeMintCount(uint16 _userFreeMintCount)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OkapiBadgeMint(uint64 indexed badgeId, uint64 indexed porjectId, string indexed userId, uint8 tier)
OkapiProfileUpdated(string indexed userId, bytes32 merkleRoot, uint64 badgeCount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)