MagnifyCashSBT

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x5f199cc9 at 22230221
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MagnifyCashSBT"

No transactions found for "MagnifyCashSBT"


Functions
Getter at block 22487760
BACKEND_ROLE(view returns (bytes32)
0x25cf2b509f2a7f322675b2a5322b182f44ad2c03ac941a0af17c9b178f5d5d5f
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseURI(view returns (string)
name(view returns (string)
nextTokenID(view returns (uint256)
0
symbol(view returns (string)
version(view returns (string)
1.0.0
Read-only
accountByVerification(string _dataview returns (address)
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)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 _interfaceIdview returns (bool)
tokenByAccount(address _accountview returns (uint256)
tokenByVerification(string _verificationview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
verificationByAccount(address _accountview returns (string)
verificationByToken(uint256 _tokenIDview returns (string)
verified(address _accountview returns (bool)
State-modifying
approve(address touint256 tokenId
grantRole(bytes32 roleaddress account
initialize(address _defaultAdmin
mint(address _tostring _datareturns (uint256)
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURISet(string uri
Initialized(uint64 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AlreadyVerified(address accountuint256 tokenID
DataAlreadySetFor(uint256 tokenID
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
EmptyData(
EmptyURI(
InvalidInitialization(
NonTransferable(
NotInitializing(
UnknownAccount(address account
UnknownVerification(
ZeroAddress(