Teller NFT
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Teller NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Teller NFT"
ABI
ABI objects
Getter at block 21100278
ADMIN() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DICT() view returns (address)
0x72733102ab139fb0367cc29d492c955a7c736079
MINTER() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
V1() view returns (address)
0x2ceb85a2402c94305526ab108e7597a102d6c175
contractURI() view returns (string)
diamond() view returns (address)
0xc14d994fe7c5858c93936cc3bd42bb9467d6fb2c
name() view returns (string)
Teller NFT
symbol() view returns (string)
TNFT
tierCount() view returns (uint128)
0
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
convertV1TokenId(uint256 _tokenId) view returns (uint256 tokenId_)
getOwnedTokens(address owner) view returns (uint256[] owned_)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenTierId(uint256 tokenId) view returns (uint128 tierId_, uint128 tierTokenId_)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tierTokenCount(uint128) view returns (uint256)
tiers(uint256) view returns (uint256 baseLoanSize, address contributionAsset, uint256 contributionSize, uint16 contributionMultiplier)
tokenBaseLoanSize(uint256 tokenId) view returns (uint256)
tokenContributionAsset(uint256 tokenId) view returns (address)
tokenContributionMultiplier(uint256 tokenId) view returns (uint16)
tokenContributionSize(uint256 tokenId) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events createTiers(struct TellerNFT_V2Tier[] newTiers, string[][] tierHashes)
grantRole(bytes32 role, address account)
initialize(bytes data)
mint(address owner, uint128 tierIndex, uint128 amount)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURIHash(string contractURIHash)
setURI(string newURI)
ApprovalForAll(address indexed account, 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)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.