NFTflow Membership Pass
Verified contract
Active on
Ethereum with 891 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "NFTflow Membership Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20152432 | 5 months ago | | | 0 | 0.00011244321 | |
| 19403992 | 9 months ago | | | 0 | 0.0014044761 | |
| 19250175 | 9 months ago | | | 0 | 0.00074929259 | |
| 19145058 | 10 months ago | | | 0 | 0.00095655410 | |
| 19123094 | 10 months ago | | | 0 | 0.0011457107 | |
| 19121192 | 10 months ago | | | 0 | 0.0025138692 | |
| 18877032 | a year ago | | | 0 | 0.0025571389 | |
| 18877029 | a year ago | | | 0 | 0.0022628111 | |
| 18872869 | a year ago | | | 0 | 0.0014289611 | |
| 18872748 | a year ago | | | 0 | 0.0018042093 |
ABI
ABI objects
Getter at block 21301649
MAX_TOKENS() view returns (uint256)
1111
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmZHt7TfNHkgrh1jsvtRVunvtqff5n1SVjFoS7bbiyRciy/
getTokensMinted() view returns (uint256)
995
maxTokenPurchase() view returns (uint256)
1
name() view returns (string)
NFTflow Membership Pass
owner() view returns (address)
0x5cad06e17452179abe3ee7f99ce649d16d059616
saleIsActive() view returns (bool)
true
symbol() view returns (string)
NFTflow
tokenPrice() view returns (uint256)
100000000000000000
totalSupply() view returns (uint256)
995
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
mint() payable
mint1() payable
mint2(uint256 number) payable
mint3(address receiver, uint256 numberOfTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setPrice(uint256 _price)
toggleSaleState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NFTMinted(uint256 tokenId, address owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.