Non-Fungible Fillable Tokens
Verified contract
Active on
Ethereum with 1,345 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Non-Fungible Fillable Tokens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20486351 | 4 months ago | | | 0 | 0.00044166936 | |
| 20201448 | 5 months ago | | | 0 | 0.00018775214 | |
| 20201442 | 5 months ago | | | 0 | 0.00016789021 | |
| 20201435 | 5 months ago | | | 0 | 0.00016427460 | |
| 20201425 | 5 months ago | | | 0 | 0.00016302043 | |
| 19743584 | 7 months ago | | | 0 | 0.00072506284 | |
| 19177170 | 10 months ago | | | 0 | 0.0012774148 | |
| 18799496 | a year ago | | | 0 | 0.0016299282 | |
| 18799496 | a year ago | | | 0 | 0.0015072527 | |
| 18759042 | a year ago | | | 0 | 0.0022781122 |
ABI
ABI objects
Getter at block 21380525
MAX_NFFT_SUPPLY() view returns (uint256)
9112
NFFT_SEQUENCE_PROOF() view returns (string)
788a8a7b124969d872f9d89d6438526a73585019cc804cd711756b03399d38e1
baseURI() view returns (string)
https://ipfs.nfft.com/meta-data/
contractURI() view returns (string)
https://ipfs.nfft.com/contract-meta
getTier() view returns (uint8)
6
name() view returns (string)
Non-Fungible Fillable Tokens
owner() view returns (address)
0xcc54d9ce5e84298f6bc8e5daeb8afe318d5e913f
symbol() view returns (string)
NFFT
totalSupply() view returns (uint256)
9112
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNfftMaxAmount(uint8 tier) pure returns (uint256)
getPrice(uint8 tier) pure returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeBaseURI(string baseURI)
changeContractURI(string contractURI)
changeWallets(address[] _wallets)
mint(uint8 numberOfBlocks, address _to)
mintBlock(uint8 numberOfBlocks) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseURI, string contractURI, address[] _wallets)
This contract contains no fallback and receive objects.
This contract contains no error objects.