Teller NFT
Verified contract
Proxy
Active on
Ethereum with 639 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TNFT | ERC-721 | 1 | -- | -- | |
TNFT | ERC-721 | 1 | -- | -- | |
TNFT | ERC-721 | 1 | -- | -- | |
TNFT | ERC-721 | 1 | -- | -- | |
TNFT | ERC-721 | 1 | -- | -- | |
TNFT | ERC-721 | 1 | -- | -- | |
TNFT | ERC-721 | 1 | -- | -- | |
TNFT | ERC-721 | 1 | -- | -- | |
TNFT | ERC-721 | 1 | -- | -- | |
TNFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21087481 | 2 days ago | | | 0 | 0.0011843898 | |
| 21073499 | 4 days ago | | | 0 | 0.00094131648 | |
| 21071185 | 4 days ago | | | 0 | 0.00054357051 | |
| 20944964 | 22 days ago | | | 0 | 0.00053667555 | |
| 20923809 | 25 days ago | | | 0 | 0.0016737413 | |
| 20896695 | a month ago | | | 0 | 0.00029809825 | |
| 20894171 | a month ago | | | 0 | 0.00040125948 | |
| 20865233 | a month ago | | | 0 | 0.0010888894 | |
| 20858301 | a month ago | | | 0 | 0.00048067200 | |
| 20850121 | a month ago | | | 0 | 0.0010022543 |
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)
https://gateway.pinata.cloud/ipfs/QmWAfQFFwptzRUCdF2cBFJhcB2gfHJMd7TQt64dZUysk3R
diamond() view returns (address)
0xc14d994fe7c5858c93936cc3bd42bb9467d6fb2c
name() view returns (string)
Teller NFT
symbol() view returns (string)
TNFT
tierCount() view returns (uint128)
8
totalSupply() view returns (uint256)
892
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
This contract contains no error objects.