NuBloom Fractal
Verified contract
Active on
Ethereum with 3,806 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 "NuBloom Fractal"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20582633 | 3 months ago | | | 0 | 0.000048424186 | |
| 20449578 | 4 months ago | | | 0 | 0.00042514629 | |
| 20356162 | 4 months ago | | | 0 | 0.00022905628 | |
| 19976150 | 6 months ago | | | 0 | 0.00051370121 | |
| 19371025 | 9 months ago | | | 0 | 0.0047951663 | |
| 19371025 | 9 months ago | | | 0 | 0.0048037899 | |
| 19223915 | 10 months ago | | | 0 | 0.00042139935 | |
| 19131996 | 10 months ago | | | 0 | 0.00080276014 | |
| 18913322 | a year ago | | | 0 | 0.00034092812 | |
| 18913322 | a year ago | | | 0 | 0.00034092812 |
ABI
ABI objects
Getter at block 21295173
MAX_TOKENS() view returns (uint256)
8888
PROVENANCE() view returns (string)
_baseURIextended() view returns (string)
https://gateway.pinata.cloud/ipfs/QmagGEWozxyuTHqXhk9qQemzrmayAnCAMpnxTrzyng89Ln/
flowerReserve() view returns (uint256)
170
maxTokenPurchase() view returns (uint256)
5
name() view returns (string)
NuBloom Fractal
owner() view returns (address)
0x6d8aec2c4e6b18ea161fc0ccb51d50aeb67cb4ae
saleIsActive() view returns (bool)
false
symbol() view returns (string)
NBFR
tokenPrice() view returns (uint256)
15000000000000000
totalSupply() view returns (uint256)
8918
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)
flipSaleState()
mintFlower(uint256 numberOfTokens) payable
renounceOwnership()
reserveFlower(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setProvenance(string provenance)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.