NFT Loan Ticket
Verified contract
Active on
Ethereum with 55 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "NFT Loan Ticket"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17310100 | a year ago | | | 0 | 0.0023246538 | |
| 17265224 | 2 years ago | | | 0 | 0.0022397816 | |
| 17265221 | 2 years ago | | | 0 | 0.0022424467 | |
| 17265216 | 2 years ago | | | 0 | 0.0022748151 | |
| 17152981 | 2 years ago | | | 0 | 0.0016980274 | |
| 17152971 | 2 years ago | | | 0 | 0.0023474589 | |
| 17015696 | 2 years ago | | | 0 | 0.00090209711 | |
| 16829589 | 2 years ago | | | 0 | 0.0013920511 | |
| 16732305 | 2 years ago | | | 0 | 0.0014297486 | |
| 16731974 | 2 years ago | | | 0 | 0.00083790885 |
ABI
ABI objects
Getter at block 21224913
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0xaf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02c
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
baseURI() view returns (string)
https://api.x2y2.org/uniapi/xy3/promissory/lender/1/
name() view returns (string)
NFT Loan Ticket
symbol() view returns (string)
NFTP
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)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tickets(uint256) view returns (uint256 loanId, address minter)
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)
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, string _name, string _symbol, string _customBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.