NFTfi Promissory Note
Verified contract
Active on
Ethereum with 463 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "NFTfi Promissory Note"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20677716 | 3 months ago | | | 0 | 0.00054120950 | |
| 20254632 | 5 months ago | | | 0 | 0.000081780137 | |
| 20217170 | 5 months ago | | | 0 | 0.00012297752 | |
| 19148196 | 10 months ago | | | 0 | 0.00048609893 | |
| 19011764 | a year ago | | | 0 | 0.00091234174 | |
| 18834018 | a year ago | | | 0 | 0.0015075987 | |
| 18808758 | a year ago | | | 0 | 0.0010322343 | |
| 18614339 | a year ago | | | 0 | 0.0018597618 | |
| 18590370 | a year ago | | | 0 | 0.00087575651 | |
| 18527017 | a year ago | | | 0 | 0.0011073712 |
ABI
ABI objects
Getter at block 21331727
BASE_URI_ROLE() view returns (bytes32)
0xf372640890c51dda497431936a65d3bb1ddf67b1c27cd6cdf578ce883c4f5c36
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LOAN_COORDINATOR_ROLE() view returns (bytes32)
0x0152ff3abcd076e5909dae88c15988bc9c69e3f026f3af132517ce02b1e7920e
baseURI() view returns (string)
https://metadata.nftfi.com/loans/v2/promissory/1/
hub() view returns (address)
0xd99b8075cb583fde8f60a2c3ac84ee37c701a578
name() view returns (string)
NFTfi Promissory Note
symbol() view returns (string)
PNNFI
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
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)
loans(uint256) view returns (address loanCoordinator, uint256 loanId)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
grantRole(bytes32 role, address account)
mint(address _to, uint256 _tokenId, bytes _data)
renounceRole(bytes32 role, address account)
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 _customBaseURI)
setLoanCoordinator(address _account)
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)
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)
constructor(address _admin, address _nftfiHub, address _loanCoordinator, string _name, string _symbol, string _customBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.